#1F36AE

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

Shades of Persian Blue #1F36AE

Tints of Persian Blue #1F36AE

Color information

#1F36AE (or 0x1F36AE) is unknown color: approx Persian Blue. HEX triplet: 1F, 36 and AE. RGB value is (31,54,174). Sum of RGB (Red+Green+Blue) = 31+54+174=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F36AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F36AE is #E0C951. Grayscale: #3C3C3C. Windows color (decimal): -14731602 or 11417119. OLE color: 11417119.

HSL color Cylindrical-coordinate representation of color #1F36AE: hue angle of 230.35º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F36AE is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3154174-
CMYK0.820.6900.32
HSL230.35º69.76%40.2%-
HSV(B)230.35º82.18%68.24%-
XYZ9.525.9940.7-
YUV60.8191.88106.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.97%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=11.97%
G=20.85%
B=67.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31541740.820.6900.32230.3569.7640.2
Hex1F36AE5245020e64628
Octal376625612210504034610650
Binary1111111011010101110101001010001010100000111001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F36AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F36AE; }

 p { color: rgb(31,54,174); }

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

<style>
 a { background-color: #1F36AE; }

 a { background-color: rgb(31,54,174); }

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

<style>
 span { border-color: #1F36AE; }

 span { border-color: rgb(31,54,174); }

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