#3e34b6

Color #3E34B6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3E34B6

Tints of Persian Blue #3E34B6

Color information

#3E34B6 (or 0x3E34B6) is unknown color: approx Persian Blue. HEX triplet: 3E, 34 and B6. RGB value is (62,52,182). Sum of RGB (Red+Green+Blue) = 62+52+182=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 182 (71.48% from 255 or 61.49% from 296); Max value from RGB is 182 - color contains mainly: blue. Hex color #3E34B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E34B6 is #C1CB49. Grayscale: #454545. Windows color (decimal): -12700490 or 11940926. OLE color: 11940926.

HSL color Cylindrical-coordinate representation of color #3E34B6: hue angle of 244.62º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E34B6 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6252182-
CMYK0.660.7100.29
HSL244.62º55.56%45.88%-
HSV(B)244.62º71.43%71.37%-
XYZ11.666.8644.97-
YUV69.81191.31122.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 20.95%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 182 (71.48% from 255) = 61.49%
R=20.95%
G=17.57%
B=61.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal62521820.660.7100.29244.6255.5645.88
Hex3E34B6424701Df5382e
Octal76642661021070353657056
Binary111110110100101101101000010100011101110111110101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e34b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3e34b6; }

 p { color: rgb(62,52,182); }

 H1.HeaderClassName
 {
   color: #3e34b6;
 }
 .AnyTagClassName
 {
   color: #3e34b6;
 }
</style>
background-color css

<style>
 a { background-color: #3e34b6; }

 a { background-color: rgb(62,52,182); }

 div.DivClassName
 {
   background-color: #3e34b6;
 }
 .BgClassName
 {
   background-color: #3e34b6;
 }
</style>
border-color css

<style>
 span { border-color: #3e34b6; }

 span { border-color: rgb(62,52,182); }

 td.TdClassName
 {
   border-color: #3e34b6;
 }
 .TagClassName
 {
   border-color: #3e34b6;
 }
</style>