Shades of Persian Blue #2437DC
Tints of Persian Blue #2437DC
RGB
CMYK
RGB Variations
Color information
#2437DC (or 0x2437DC) is known color: Persian Blue. HEX triplet: 24, 37 and DC. RGB value is (36,55,220). Sum of RGB (Red+Green+Blue) = 36+55+220=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #2437DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2437DC is #DBC823. Grayscale: #434343. Windows color (decimal): -14403620 or 14432036. OLE color: 14432036.
HSL color Cylindrical-coordinate representation of color #2437DC: hue angle of 233.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2437DC is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 55 | 220 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.14 |
| HSL | 233.8º | 0.72% | 0.5% | - |
| HSV(B) | 233.8º | 0.84% | 0.86% | - |
| XYZ | 15.01 | 8.27 | 68.52 | - |
| YUV | 68.13 | 213.71 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 55 | 220 | 0.84 | 0.75 | 0 | 0.14 | 233.8 | 0.72 | 0.5 |
| Hex | 24 | 37 | DC | 54 | 4B | 0 | E | EA | 48 | 32 |
| Octal | 44 | 67 | 334 | 124 | 113 | 0 | 16 | 352 | 110 | 62 |
| Binary | 100100 | 110111 | 11011100 | 1010100 | 1001011 | 0 | 1110 | 11101010 | 1001000 | 110010 |
Color Harmonies of #2437DC
Complementary color
Monochromatic Colors of #2437DC
Black with #2437DC
Text Example
Text Example
White with #2437DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2437DC; }
p { color: rgb(36,55,220); }
H1.HeaderClassName
{
color: #2437DC;
}
.AnyTagClassName
{
color: #2437DC;
}
</style>
background-color css
<style>
a { background-color: #2437DC; }
a { background-color: rgb(36,55,220); }
div.DivClassName
{
background-color: #2437DC;
}
.BgClassName
{
background-color: #2437DC;
}
</style>
border-color css
<style>
span { border-color: #2437DC; }
span { border-color: rgb(36,55,220); }
td.TdClassName
{
border-color: #2437DC;
}
.TagClassName
{
border-color: #2437DC;
}
</style>