#1F37DD

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

Shades of Persian Blue #1F37DD

Tints of Persian Blue #1F37DD

Color information

#1F37DD (or 0x1F37DD) is unknown color: approx Persian Blue. HEX triplet: 1F, 37 and DD. RGB value is (31,55,221). Sum of RGB (Red+Green+Blue) = 31+55+221=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F37DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F37DD is #E0C822. Grayscale: #424242. Windows color (decimal): -14731299 or 14497567. OLE color: 14497567.

HSL color Cylindrical-coordinate representation of color #1F37DD: hue angle of 232.42º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F37DD is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3155221-
CMYK0.860.7500.13
HSL232.42º75.4%49.41%-
HSV(B)232.42º85.97%86.67%-
XYZ14.988.2469.21-
YUV66.75215.05102.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.10%
GREEN value IS 55 (21.88% from 255) = 17.92%
BLUE value IS 221 (86.72% from 255) = 71.99%
R=10.10%
G=17.92%
B=71.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal31552210.860.7500.13232.4275.449.41
Hex1F37DD564B0De84b31
Octal376733512611301535011361
Binary11111110111110111011010110100101101101111010001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F37DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,55,221); }

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

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

 a { background-color: rgb(31,55,221); }

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

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

 span { border-color: rgb(31,55,221); }

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