Shades of Persian Blue #2433EA
Tints of Persian Blue #2433EA
RGB
CMYK
RGB Variations
Color information
#2433EA (or 0x2433EA) is known color: Persian Blue. HEX triplet: 24, 33 and EA. RGB value is (36,51,234). Sum of RGB (Red+Green+Blue) = 36+51+234=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #2433EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2433EA is #DBCC15. Grayscale: #424242. Windows color (decimal): -14404630 or 15348516. OLE color: 15348516.
HSL color Cylindrical-coordinate representation of color #2433EA: hue angle of 235.45º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2433EA is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 51 | 234 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.08 |
| HSL | 235.45º | 0.83% | 0.53% | - |
| HSV(B) | 235.45º | 0.85% | 0.92% | - |
| XYZ | 16.76 | 8.68 | 78.63 | - |
| YUV | 67.38 | 222.03 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 234 | 0.85 | 0.78 | 0 | 0.08 | 235.45 | 0.83 | 0.53 |
| Hex | 24 | 33 | EA | 55 | 4E | 0 | 8 | EB | 52 | 35 |
| Octal | 44 | 63 | 352 | 125 | 116 | 0 | 10 | 353 | 122 | 65 |
| Binary | 100100 | 110011 | 11101010 | 1010101 | 1001110 | 0 | 1000 | 11101011 | 1010010 | 110101 |
Color Harmonies of #2433EA
Complementary color
Monochromatic Colors of #2433EA
Black with #2433EA
Text Example
Text Example
White with #2433EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2433EA; }
p { color: rgb(36,51,234); }
H1.HeaderClassName
{
color: #2433EA;
}
.AnyTagClassName
{
color: #2433EA;
}
</style>
background-color css
<style>
a { background-color: #2433EA; }
a { background-color: rgb(36,51,234); }
div.DivClassName
{
background-color: #2433EA;
}
.BgClassName
{
background-color: #2433EA;
}
</style>
border-color css
<style>
span { border-color: #2433EA; }
span { border-color: rgb(36,51,234); }
td.TdClassName
{
border-color: #2433EA;
}
.TagClassName
{
border-color: #2433EA;
}
</style>