#3E33BA

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

Shades of Persian Blue #3E33BA

Tints of Persian Blue #3E33BA

Color information

#3E33BA (or 0x3E33BA) is unknown color: approx Persian Blue. HEX triplet: 3E, 33 and BA. RGB value is (62,51,186). Sum of RGB (Red+Green+Blue) = 62+51+186=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E33BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E33BA is #C1CC45. Grayscale: #454545. Windows color (decimal): -12700742 or 12202814. OLE color: 12202814.

HSL color Cylindrical-coordinate representation of color #3E33BA: hue angle of 244.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E33BA is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6251186-
CMYK0.670.7300.27
HSL244.89º56.96%46.47%-
HSV(B)244.89º72.58%72.94%-
XYZ12.036.9447.16-
YUV69.68193.64122.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.74%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=20.74%
G=17.06%
B=62.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62511860.670.7300.27244.8956.9646.47
Hex3E33BA434901Bf5392e
Octal76632721031110333657156
Binary111110110011101110101000011100100101101111110101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E33BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,186); }

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

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

 a { background-color: rgb(62,51,186); }

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

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

 span { border-color: rgb(62,51,186); }

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