Shades of Persian Blue #2436CF
Tints of Persian Blue #2436CF
RGB
CMYK
RGB Variations
Color information
#2436CF (or 0x2436CF) is known color: Persian Blue. HEX triplet: 24, 36 and CF. RGB value is (36,54,207). Sum of RGB (Red+Green+Blue) = 36+54+207=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #2436CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2436CF is #DBC930. Grayscale: #414141. Windows color (decimal): -14403889 or 13579812. OLE color: 13579812.
HSL color Cylindrical-coordinate representation of color #2436CF: hue angle of 233.68º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2436CF is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 54 | 207 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.19 |
| HSL | 233.68º | 0.7% | 0.48% | - |
| HSV(B) | 233.68º | 0.83% | 0.81% | - |
| XYZ | 13.31 | 7.52 | 59.78 | - |
| YUV | 66.06 | 207.54 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 207 | 0.83 | 0.74 | 0 | 0.19 | 233.68 | 0.7 | 0.48 |
| Hex | 24 | 36 | CF | 53 | 4A | 0 | 13 | EA | 46 | 30 |
| Octal | 44 | 66 | 317 | 123 | 112 | 0 | 23 | 352 | 106 | 60 |
| Binary | 100100 | 110110 | 11001111 | 1010011 | 1001010 | 0 | 10011 | 11101010 | 1000110 | 110000 |
Color Harmonies of #2436CF
Complementary color
Monochromatic Colors of #2436CF
Black with #2436CF
Text Example
Text Example
White with #2436CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2436CF; }
p { color: rgb(36,54,207); }
H1.HeaderClassName
{
color: #2436CF;
}
.AnyTagClassName
{
color: #2436CF;
}
</style>
background-color css
<style>
a { background-color: #2436CF; }
a { background-color: rgb(36,54,207); }
div.DivClassName
{
background-color: #2436CF;
}
.BgClassName
{
background-color: #2436CF;
}
</style>
border-color css
<style>
span { border-color: #2436CF; }
span { border-color: rgb(36,54,207); }
td.TdClassName
{
border-color: #2436CF;
}
.TagClassName
{
border-color: #2436CF;
}
</style>