Shades of Persian Blue #242BCC
Tints of Persian Blue #242BCC
RGB
CMYK
RGB Variations
Color information
#242BCC (or 0x242BCC) is known color: Persian Blue. HEX triplet: 24, 2B and CC. RGB value is (36,43,204). Sum of RGB (Red+Green+Blue) = 36+43+204=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #242BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242BCC is #DBD433. Grayscale: #3A3A3A. Windows color (decimal): -14406708 or 13380388. OLE color: 13380388.
HSL color Cylindrical-coordinate representation of color #242BCC: hue angle of 237.5º 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 #242BCC is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 43 | 204 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.2 |
| HSL | 237.5º | 0.7% | 0.47% | - |
| HSV(B) | 237.5º | 0.82% | 0.8% | - |
| XYZ | 12.49 | 6.46 | 57.72 | - |
| YUV | 59.26 | 209.68 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 204 | 0.82 | 0.79 | 0 | 0.2 | 237.5 | 0.7 | 0.47 |
| Hex | 24 | 2B | CC | 52 | 4F | 0 | 14 | EE | 46 | 2F |
| Octal | 44 | 53 | 314 | 122 | 117 | 0 | 24 | 356 | 106 | 57 |
| Binary | 100100 | 101011 | 11001100 | 1010010 | 1001111 | 0 | 10100 | 11101110 | 1000110 | 101111 |
Color Harmonies of #242BCC
Complementary color
Monochromatic Colors of #242BCC
Black with #242BCC
Text Example
Text Example
White with #242BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242BCC; }
p { color: rgb(36,43,204); }
H1.HeaderClassName
{
color: #242BCC;
}
.AnyTagClassName
{
color: #242BCC;
}
</style>
background-color css
<style>
a { background-color: #242BCC; }
a { background-color: rgb(36,43,204); }
div.DivClassName
{
background-color: #242BCC;
}
.BgClassName
{
background-color: #242BCC;
}
</style>
border-color css
<style>
span { border-color: #242BCC; }
span { border-color: rgb(36,43,204); }
td.TdClassName
{
border-color: #242BCC;
}
.TagClassName
{
border-color: #242BCC;
}
</style>