Shades of Persian Blue #243CCC
Tints of Persian Blue #243CCC
RGB
CMYK
RGB Variations
Color information
#243CCC (or 0x243CCC) is known color: Persian Blue. HEX triplet: 24, 3C and CC. RGB value is (36,60,204). Sum of RGB (Red+Green+Blue) = 36+60+204=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #243CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243CCC is #DBC333. Grayscale: #444444. Windows color (decimal): -14402356 or 13384740. OLE color: 13384740.
HSL color Cylindrical-coordinate representation of color #243CCC: hue angle of 231.43º 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 #243CCC is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 60 | 204 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.2 |
| HSL | 231.43º | 0.7% | 0.47% | - |
| HSV(B) | 231.43º | 0.82% | 0.8% | - |
| XYZ | 13.24 | 7.97 | 57.97 | - |
| YUV | 69.24 | 204.05 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 204 | 0.82 | 0.71 | 0 | 0.2 | 231.43 | 0.7 | 0.47 |
| Hex | 24 | 3C | CC | 52 | 47 | 0 | 14 | E7 | 46 | 2F |
| Octal | 44 | 74 | 314 | 122 | 107 | 0 | 24 | 347 | 106 | 57 |
| Binary | 100100 | 111100 | 11001100 | 1010010 | 1000111 | 0 | 10100 | 11100111 | 1000110 | 101111 |
Color Harmonies of #243CCC
Complementary color
Monochromatic Colors of #243CCC
Black with #243CCC
Text Example
Text Example
White with #243CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243CCC; }
p { color: rgb(36,60,204); }
H1.HeaderClassName
{
color: #243CCC;
}
.AnyTagClassName
{
color: #243CCC;
}
</style>
background-color css
<style>
a { background-color: #243CCC; }
a { background-color: rgb(36,60,204); }
div.DivClassName
{
background-color: #243CCC;
}
.BgClassName
{
background-color: #243CCC;
}
</style>
border-color css
<style>
span { border-color: #243CCC; }
span { border-color: rgb(36,60,204); }
td.TdClassName
{
border-color: #243CCC;
}
.TagClassName
{
border-color: #243CCC;
}
</style>