Shades of Persian Blue #2436E7
Tints of Persian Blue #2436E7
RGB
CMYK
RGB Variations
Color information
#2436E7 (or 0x2436E7) is known color: Persian Blue. HEX triplet: 24, 36 and E7. RGB value is (36,54,231). Sum of RGB (Red+Green+Blue) = 36+54+231=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 231 (90.62% from 255 or 71.96% from 321); Max value from RGB is 231 - color contains mainly: blue. Hex color #2436E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2436E7 is #DBC918. Grayscale: #444444. Windows color (decimal): -14403865 or 15152676. OLE color: 15152676.
HSL color Cylindrical-coordinate representation of color #2436E7: hue angle of 234.46º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2436E7 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 54 | 231 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.09 |
| HSL | 234.46º | 0.8% | 0.52% | - |
| HSV(B) | 234.46º | 0.84% | 0.91% | - |
| XYZ | 16.47 | 8.78 | 76.43 | - |
| YUV | 68.8 | 219.54 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 231 | 0.84 | 0.77 | 0 | 0.09 | 234.46 | 0.8 | 0.52 |
| Hex | 24 | 36 | E7 | 54 | 4D | 0 | 9 | EA | 50 | 34 |
| Octal | 44 | 66 | 347 | 124 | 115 | 0 | 11 | 352 | 120 | 64 |
| Binary | 100100 | 110110 | 11100111 | 1010100 | 1001101 | 0 | 1001 | 11101010 | 1010000 | 110100 |
Color Harmonies of #2436E7
Complementary color
Monochromatic Colors of #2436E7
Black with #2436E7
Text Example
Text Example
White with #2436E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2436E7; }
p { color: rgb(36,54,231); }
H1.HeaderClassName
{
color: #2436E7;
}
.AnyTagClassName
{
color: #2436E7;
}
</style>
background-color css
<style>
a { background-color: #2436E7; }
a { background-color: rgb(36,54,231); }
div.DivClassName
{
background-color: #2436E7;
}
.BgClassName
{
background-color: #2436E7;
}
</style>
border-color css
<style>
span { border-color: #2436E7; }
span { border-color: rgb(36,54,231); }
td.TdClassName
{
border-color: #2436E7;
}
.TagClassName
{
border-color: #2436E7;
}
</style>