Shades of Persian Blue #2430CA
Tints of Persian Blue #2430CA
RGB
CMYK
RGB Variations
Color information
#2430CA (or 0x2430CA) is known color: Persian Blue. HEX triplet: 24, 30 and CA. RGB value is (36,48,202). Sum of RGB (Red+Green+Blue) = 36+48+202=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 202 (79.30% from 255 or 70.63% from 286); Max value from RGB is 202 - color contains mainly: blue. Hex color #2430CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2430CA is #DBCF35. Grayscale: #3D3D3D. Windows color (decimal): -14405430 or 13250596. OLE color: 13250596.
HSL color Cylindrical-coordinate representation of color #2430CA: hue angle of 235.66º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2430CA is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 48 | 202 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.21 |
| HSL | 235.66º | 0.7% | 0.47% | - |
| HSV(B) | 235.66º | 0.82% | 0.79% | - |
| XYZ | 12.45 | 6.75 | 56.52 | - |
| YUV | 61.97 | 207.02 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 202 | 0.82 | 0.76 | 0 | 0.21 | 235.66 | 0.7 | 0.47 |
| Hex | 24 | 30 | CA | 52 | 4C | 0 | 15 | EC | 46 | 2F |
| Octal | 44 | 60 | 312 | 122 | 114 | 0 | 25 | 354 | 106 | 57 |
| Binary | 100100 | 110000 | 11001010 | 1010010 | 1001100 | 0 | 10101 | 11101100 | 1000110 | 101111 |
Color Harmonies of #2430CA
Complementary color
Monochromatic Colors of #2430CA
Black with #2430CA
Text Example
Text Example
White with #2430CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2430CA; }
p { color: rgb(36,48,202); }
H1.HeaderClassName
{
color: #2430CA;
}
.AnyTagClassName
{
color: #2430CA;
}
</style>
background-color css
<style>
a { background-color: #2430CA; }
a { background-color: rgb(36,48,202); }
div.DivClassName
{
background-color: #2430CA;
}
.BgClassName
{
background-color: #2430CA;
}
</style>
border-color css
<style>
span { border-color: #2430CA; }
span { border-color: rgb(36,48,202); }
td.TdClassName
{
border-color: #2430CA;
}
.TagClassName
{
border-color: #2430CA;
}
</style>