Shades of Persian Blue #2433E4
Tints of Persian Blue #2433E4
RGB
CMYK
RGB Variations
Color information
#2433E4 (or 0x2433E4) is known color: Persian Blue. HEX triplet: 24, 33 and E4. RGB value is (36,51,228). Sum of RGB (Red+Green+Blue) = 36+51+228=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 228 (89.45% from 255 or 72.38% from 315); Max value from RGB is 228 - color contains mainly: blue. Hex color #2433E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2433E4 is #DBCC1B. Grayscale: #414141. Windows color (decimal): -14404636 or 14955300. OLE color: 14955300.
HSL color Cylindrical-coordinate representation of color #2433E4: hue angle of 235.31º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2433E4 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 36 | 51 | 228 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.11 |
| HSL | 235.31º | 0.78% | 0.52% | - |
| HSV(B) | 235.31º | 0.84% | 0.89% | - |
| XYZ | 15.91 | 8.34 | 74.17 | - |
| YUV | 66.69 | 219.03 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 228 | 0.84 | 0.78 | 0 | 0.11 | 235.31 | 0.78 | 0.52 |
| Hex | 24 | 33 | E4 | 54 | 4E | 0 | B | EB | 4E | 34 |
| Octal | 44 | 63 | 344 | 124 | 116 | 0 | 13 | 353 | 116 | 64 |
| Binary | 100100 | 110011 | 11100100 | 1010100 | 1001110 | 0 | 1011 | 11101011 | 1001110 | 110100 |
Color Harmonies of #2433E4
Complementary color
Monochromatic Colors of #2433E4
Black with #2433E4
Text Example
Text Example
White with #2433E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2433E4; }
p { color: rgb(36,51,228); }
H1.HeaderClassName
{
color: #2433E4;
}
.AnyTagClassName
{
color: #2433E4;
}
</style>
background-color css
<style>
a { background-color: #2433E4; }
a { background-color: rgb(36,51,228); }
div.DivClassName
{
background-color: #2433E4;
}
.BgClassName
{
background-color: #2433E4;
}
</style>
border-color css
<style>
span { border-color: #2433E4; }
span { border-color: rgb(36,51,228); }
td.TdClassName
{
border-color: #2433E4;
}
.TagClassName
{
border-color: #2433E4;
}
</style>