Shades of Persian Blue #2430CC
Tints of Persian Blue #2430CC
RGB
CMYK
RGB Variations
Color information
#2430CC (or 0x2430CC) is known color: Persian Blue. HEX triplet: 24, 30 and CC. RGB value is (36,48,204). Sum of RGB (Red+Green+Blue) = 36+48+204=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #2430CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2430CC is #DBCF33. Grayscale: #3D3D3D. Windows color (decimal): -14405428 or 13381668. OLE color: 13381668.
HSL color Cylindrical-coordinate representation of color #2430CC: hue angle of 235.71º 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 #2430CC is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 48 | 204 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.2 |
| HSL | 235.71º | 0.7% | 0.47% | - |
| HSV(B) | 235.71º | 0.82% | 0.8% | - |
| XYZ | 12.68 | 6.85 | 57.78 | - |
| YUV | 62.2 | 208.02 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 204 | 0.82 | 0.76 | 0 | 0.2 | 235.71 | 0.7 | 0.47 |
| Hex | 24 | 30 | CC | 52 | 4C | 0 | 14 | EC | 46 | 2F |
| Octal | 44 | 60 | 314 | 122 | 114 | 0 | 24 | 354 | 106 | 57 |
| Binary | 100100 | 110000 | 11001100 | 1010010 | 1001100 | 0 | 10100 | 11101100 | 1000110 | 101111 |
Color Harmonies of #2430CC
Complementary color
Monochromatic Colors of #2430CC
Black with #2430CC
Text Example
Text Example
White with #2430CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2430CC; }
p { color: rgb(36,48,204); }
H1.HeaderClassName
{
color: #2430CC;
}
.AnyTagClassName
{
color: #2430CC;
}
</style>
background-color css
<style>
a { background-color: #2430CC; }
a { background-color: rgb(36,48,204); }
div.DivClassName
{
background-color: #2430CC;
}
.BgClassName
{
background-color: #2430CC;
}
</style>
border-color css
<style>
span { border-color: #2430CC; }
span { border-color: rgb(36,48,204); }
td.TdClassName
{
border-color: #2430CC;
}
.TagClassName
{
border-color: #2430CC;
}
</style>