#2F36D3

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

Shades of Persian Blue #2F36D3

Tints of Persian Blue #2F36D3

Color information

#2F36D3 (or 0x2F36D3) is unknown color: approx Persian Blue. HEX triplet: 2F, 36 and D3. RGB value is (47,54,211). Sum of RGB (Red+Green+Blue) = 47+54+211=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 211 (82.81% from 255 or 67.63% from 312); Max value from RGB is 211 - color contains mainly: blue. Hex color #2F36D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F36D3 is #D0C92C. Grayscale: #454545. Windows color (decimal): -13682989 or 13841967. OLE color: 13841967.

HSL color Cylindrical-coordinate representation of color #2F36D3: hue angle of 237.44º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F36D3 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4754211-
CMYK0.780.7400.17
HSL237.44º65.08%50.59%-
HSV(B)237.44º77.73%82.75%-
XYZ14.257.9562.41-
YUV69.81207.68111.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.06%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 211 (82.81% from 255) = 67.63%
R=15.06%
G=17.31%
B=67.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal47542110.780.7400.17237.4465.0850.59
Hex2F36D34E4A011ed4133
Octal576632311611202135510163
Binary1011111101101101001110011101001010010001111011011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F36D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F36D3; }

 p { color: rgb(47,54,211); }

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

<style>
 a { background-color: #2F36D3; }

 a { background-color: rgb(47,54,211); }

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

<style>
 span { border-color: #2F36D3; }

 span { border-color: rgb(47,54,211); }

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