Shades of Persian Blue #2437DF
Tints of Persian Blue #2437DF
RGB
CMYK
RGB Variations
Color information
#2437DF (or 0x2437DF) is known color: Persian Blue. HEX triplet: 24, 37 and DF. RGB value is (36,55,223). Sum of RGB (Red+Green+Blue) = 36+55+223=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #2437DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2437DF is #DBC820. Grayscale: #434343. Windows color (decimal): -14403617 or 14628644. OLE color: 14628644.
HSL color Cylindrical-coordinate representation of color #2437DF: hue angle of 233.9º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2437DF is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 55 | 223 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.13 |
| HSL | 233.9º | 0.75% | 0.51% | - |
| HSV(B) | 233.9º | 0.84% | 0.87% | - |
| XYZ | 15.41 | 8.44 | 70.63 | - |
| YUV | 68.47 | 215.21 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 55 | 223 | 0.84 | 0.75 | 0 | 0.13 | 233.9 | 0.75 | 0.51 |
| Hex | 24 | 37 | DF | 54 | 4B | 0 | D | EA | 4B | 33 |
| Octal | 44 | 67 | 337 | 124 | 113 | 0 | 15 | 352 | 113 | 63 |
| Binary | 100100 | 110111 | 11011111 | 1010100 | 1001011 | 0 | 1101 | 11101010 | 1001011 | 110011 |
Color Harmonies of #2437DF
Complementary color
Monochromatic Colors of #2437DF
Black with #2437DF
Text Example
Text Example
White with #2437DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2437DF; }
p { color: rgb(36,55,223); }
H1.HeaderClassName
{
color: #2437DF;
}
.AnyTagClassName
{
color: #2437DF;
}
</style>
background-color css
<style>
a { background-color: #2437DF; }
a { background-color: rgb(36,55,223); }
div.DivClassName
{
background-color: #2437DF;
}
.BgClassName
{
background-color: #2437DF;
}
</style>
border-color css
<style>
span { border-color: #2437DF; }
span { border-color: rgb(36,55,223); }
td.TdClassName
{
border-color: #2437DF;
}
.TagClassName
{
border-color: #2437DF;
}
</style>