#3E30B6

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

Shades of Persian Blue #3E30B6

Tints of Persian Blue #3E30B6

Color information

#3E30B6 (or 0x3E30B6) is unknown color: approx Persian Blue. HEX triplet: 3E, 30 and B6. RGB value is (62,48,182). Sum of RGB (Red+Green+Blue) = 62+48+182=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 182 (71.48% from 255 or 62.33% from 292); Max value from RGB is 182 - color contains mainly: blue. Hex color #3E30B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E30B6 is #C1CF49. Grayscale: #424242. Windows color (decimal): -12701514 or 11939902. OLE color: 11939902.

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

Color convert

RGB6248182-
CMYK0.660.7400.29
HSL246.27º58.26%45.1%-
HSV(B)246.27º73.63%71.37%-
XYZ11.496.5244.91-
YUV67.46192.64124.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.23%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 182 (71.48% from 255) = 62.33%
R=21.23%
G=16.44%
B=62.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal62481820.660.7400.29246.2758.2645.1
Hex3E30B6424A01Df63a2d
Octal76602661021120353667255
Binary111110110000101101101000010100101001110111110110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E30B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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