Shades of Persian Blue #2434CC
Tints of Persian Blue #2434CC
RGB
CMYK
RGB Variations
Color information
#2434CC (or 0x2434CC) is known color: Persian Blue. HEX triplet: 24, 34 and CC. RGB value is (36,52,204). Sum of RGB (Red+Green+Blue) = 36+52+204=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #2434CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2434CC is #DBCB33. Grayscale: #3F3F3F. Windows color (decimal): -14404404 or 13382692. OLE color: 13382692.
HSL color Cylindrical-coordinate representation of color #2434CC: hue angle of 234.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2434CC is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 52 | 204 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.2 |
| HSL | 234.29º | 0.7% | 0.47% | - |
| HSV(B) | 234.29º | 0.82% | 0.8% | - |
| XYZ | 12.85 | 7.19 | 57.84 | - |
| YUV | 64.54 | 206.7 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 204 | 0.82 | 0.75 | 0 | 0.2 | 234.29 | 0.7 | 0.47 |
| Hex | 24 | 34 | CC | 52 | 4B | 0 | 14 | EA | 46 | 2F |
| Octal | 44 | 64 | 314 | 122 | 113 | 0 | 24 | 352 | 106 | 57 |
| Binary | 100100 | 110100 | 11001100 | 1010010 | 1001011 | 0 | 10100 | 11101010 | 1000110 | 101111 |
Color Harmonies of #2434CC
Complementary color
Monochromatic Colors of #2434CC
Black with #2434CC
Text Example
Text Example
White with #2434CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2434CC; }
p { color: rgb(36,52,204); }
H1.HeaderClassName
{
color: #2434CC;
}
.AnyTagClassName
{
color: #2434CC;
}
</style>
background-color css
<style>
a { background-color: #2434CC; }
a { background-color: rgb(36,52,204); }
div.DivClassName
{
background-color: #2434CC;
}
.BgClassName
{
background-color: #2434CC;
}
</style>
border-color css
<style>
span { border-color: #2434CC; }
span { border-color: rgb(36,52,204); }
td.TdClassName
{
border-color: #2434CC;
}
.TagClassName
{
border-color: #2434CC;
}
</style>