Shades of Persian Blue #2434E8
Tints of Persian Blue #2434E8
RGB
CMYK
RGB Variations
Color information
#2434E8 (or 0x2434E8) is known color: Persian Blue. HEX triplet: 24, 34 and E8. RGB value is (36,52,232). Sum of RGB (Red+Green+Blue) = 36+52+232=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 232 (91.02% from 255 or 72.5% from 320); Max value from RGB is 232 - color contains mainly: blue. Hex color #2434E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2434E8 is #DBCB17. Grayscale: #434343. Windows color (decimal): -14404376 or 15217700. OLE color: 15217700.
HSL color Cylindrical-coordinate representation of color #2434E8: hue angle of 235.1º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2434E8 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 52 | 232 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.09 |
| HSL | 235.1º | 0.81% | 0.53% | - |
| HSV(B) | 235.1º | 0.84% | 0.91% | - |
| XYZ | 16.52 | 8.66 | 77.14 | - |
| YUV | 67.74 | 220.7 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 232 | 0.84 | 0.78 | 0 | 0.09 | 235.1 | 0.81 | 0.53 |
| Hex | 24 | 34 | E8 | 54 | 4E | 0 | 9 | EB | 51 | 35 |
| Octal | 44 | 64 | 350 | 124 | 116 | 0 | 11 | 353 | 121 | 65 |
| Binary | 100100 | 110100 | 11101000 | 1010100 | 1001110 | 0 | 1001 | 11101011 | 1010001 | 110101 |
Color Harmonies of #2434E8
Complementary color
Monochromatic Colors of #2434E8
Black with #2434E8
Text Example
Text Example
White with #2434E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2434E8; }
p { color: rgb(36,52,232); }
H1.HeaderClassName
{
color: #2434E8;
}
.AnyTagClassName
{
color: #2434E8;
}
</style>
background-color css
<style>
a { background-color: #2434E8; }
a { background-color: rgb(36,52,232); }
div.DivClassName
{
background-color: #2434E8;
}
.BgClassName
{
background-color: #2434E8;
}
</style>
border-color css
<style>
span { border-color: #2434E8; }
span { border-color: rgb(36,52,232); }
td.TdClassName
{
border-color: #2434E8;
}
.TagClassName
{
border-color: #2434E8;
}
</style>