Shades of Persian Blue #2436CE
Tints of Persian Blue #2436CE
RGB
CMYK
RGB Variations
Color information
#2436CE (or 0x2436CE) is known color: Persian Blue. HEX triplet: 24, 36 and CE. RGB value is (36,54,206). Sum of RGB (Red+Green+Blue) = 36+54+206=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #2436CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2436CE is #DBC931. Grayscale: #414141. Windows color (decimal): -14403890 or 13514276. OLE color: 13514276.
HSL color Cylindrical-coordinate representation of color #2436CE: hue angle of 233.65º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2436CE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 54 | 206 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.19 |
| HSL | 233.65º | 0.7% | 0.47% | - |
| HSV(B) | 233.65º | 0.83% | 0.81% | - |
| XYZ | 13.19 | 7.47 | 59.14 | - |
| YUV | 65.95 | 207.04 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 206 | 0.83 | 0.74 | 0 | 0.19 | 233.65 | 0.7 | 0.47 |
| Hex | 24 | 36 | CE | 53 | 4A | 0 | 13 | EA | 46 | 2F |
| Octal | 44 | 66 | 316 | 123 | 112 | 0 | 23 | 352 | 106 | 57 |
| Binary | 100100 | 110110 | 11001110 | 1010011 | 1001010 | 0 | 10011 | 11101010 | 1000110 | 101111 |
Color Harmonies of #2436CE
Complementary color
Monochromatic Colors of #2436CE
Black with #2436CE
Text Example
Text Example
White with #2436CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2436CE; }
p { color: rgb(36,54,206); }
H1.HeaderClassName
{
color: #2436CE;
}
.AnyTagClassName
{
color: #2436CE;
}
</style>
background-color css
<style>
a { background-color: #2436CE; }
a { background-color: rgb(36,54,206); }
div.DivClassName
{
background-color: #2436CE;
}
.BgClassName
{
background-color: #2436CE;
}
</style>
border-color css
<style>
span { border-color: #2436CE; }
span { border-color: rgb(36,54,206); }
td.TdClassName
{
border-color: #2436CE;
}
.TagClassName
{
border-color: #2436CE;
}
</style>