#1f36bd

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

Shades of Persian Blue #1F36BD

Tints of Persian Blue #1F36BD

Color information

#1F36BD (or 0x1F36BD) is unknown color: approx Persian Blue. HEX triplet: 1F, 36 and BD. RGB value is (31,54,189). Sum of RGB (Red+Green+Blue) = 31+54+189=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F36BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F36BD is #E0C942. Grayscale: #3D3D3D. Windows color (decimal): -14731587 or 12400159. OLE color: 12400159.

HSL color Cylindrical-coordinate representation of color #1F36BD: hue angle of 231.27º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F36BD is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3154189-
CMYK0.840.7100.26
HSL231.27º71.82%43.14%-
HSV(B)231.27º83.6%74.12%-
XYZ11.076.648.84-
YUV62.51199.38105.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.31%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 189 (74.22% from 255) = 68.98%
R=11.31%
G=19.71%
B=68.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31541890.840.7100.26231.2771.8243.14
Hex1F36BD544701Ae7482b
Octal376627512410703234711053
Binary111111101101011110110101001000111011010111001111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f36bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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