Shades of Persian Blue #2434CF
Tints of Persian Blue #2434CF
RGB
CMYK
RGB Variations
Color information
#2434CF (or 0x2434CF) is known color: Persian Blue. HEX triplet: 24, 34 and CF. RGB value is (36,52,207). Sum of RGB (Red+Green+Blue) = 36+52+207=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #2434CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2434CF is #DBCB30. Grayscale: #404040. Windows color (decimal): -14404401 or 13579300. OLE color: 13579300.
HSL color Cylindrical-coordinate representation of color #2434CF: hue angle of 234.39º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2434CF is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 52 | 207 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.19 |
| HSL | 234.39º | 0.7% | 0.48% | - |
| HSV(B) | 234.39º | 0.83% | 0.81% | - |
| XYZ | 13.22 | 7.34 | 59.75 | - |
| YUV | 64.89 | 208.2 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 207 | 0.83 | 0.75 | 0 | 0.19 | 234.39 | 0.7 | 0.48 |
| Hex | 24 | 34 | CF | 53 | 4B | 0 | 13 | EA | 46 | 30 |
| Octal | 44 | 64 | 317 | 123 | 113 | 0 | 23 | 352 | 106 | 60 |
| Binary | 100100 | 110100 | 11001111 | 1010011 | 1001011 | 0 | 10011 | 11101010 | 1000110 | 110000 |
Color Harmonies of #2434CF
Complementary color
Monochromatic Colors of #2434CF
Black with #2434CF
Text Example
Text Example
White with #2434CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2434CF; }
p { color: rgb(36,52,207); }
H1.HeaderClassName
{
color: #2434CF;
}
.AnyTagClassName
{
color: #2434CF;
}
</style>
background-color css
<style>
a { background-color: #2434CF; }
a { background-color: rgb(36,52,207); }
div.DivClassName
{
background-color: #2434CF;
}
.BgClassName
{
background-color: #2434CF;
}
</style>
border-color css
<style>
span { border-color: #2434CF; }
span { border-color: rgb(36,52,207); }
td.TdClassName
{
border-color: #2434CF;
}
.TagClassName
{
border-color: #2434CF;
}
</style>