#1f36b0

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

Shades of Persian Blue #1F36B0

Tints of Persian Blue #1F36B0

Color information

#1F36B0 (or 0x1F36B0) is unknown color: approx Persian Blue. HEX triplet: 1F, 36 and B0. RGB value is (31,54,176). Sum of RGB (Red+Green+Blue) = 31+54+176=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 176 (69.14% from 255 or 67.43% from 261); Max value from RGB is 176 - color contains mainly: blue. Hex color #1F36B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F36B0 is #E0C94F. Grayscale: #3C3C3C. Windows color (decimal): -14731600 or 11548191. OLE color: 11548191.

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

Color convert

RGB3154176-
CMYK0.820.6900.31
HSL230.48º70.05%40.59%-
HSV(B)230.48º82.39%69.02%-
XYZ9.726.0641.73-
YUV61.03192.88106.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.88%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 176 (69.14% from 255) = 67.43%
R=11.88%
G=20.69%
B=67.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31541760.820.6900.31230.4870.0540.59
Hex1F36B0524501Fe64629
Octal376626012210503734610651
Binary111111101101011000010100101000101011111111001101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f36b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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