Shades of Persian Blue #242BCB
Tints of Persian Blue #242BCB
RGB
CMYK
RGB Variations
Color information
#242BCB (or 0x242BCB) is known color: Persian Blue. HEX triplet: 24, 2B and CB. RGB value is (36,43,203). Sum of RGB (Red+Green+Blue) = 36+43+203=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #242BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242BCB is #DBD434. Grayscale: #3A3A3A. Windows color (decimal): -14406709 or 13314852. OLE color: 13314852.
HSL color Cylindrical-coordinate representation of color #242BCB: hue angle of 237.49º 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 #242BCB is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 43 | 203 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.20 |
| HSL | 237.49º | 0.7% | 0.47% | - |
| HSV(B) | 237.49º | 0.82% | 0.8% | - |
| XYZ | 12.37 | 6.41 | 57.09 | - |
| YUV | 59.15 | 209.18 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 203 | 0.82 | 0.79 | 0 | 0.20 | 237.49 | 0.7 | 0.47 |
| Hex | 24 | 2B | CB | 52 | 4F | 0 | 14 | ED | 46 | 2F |
| Octal | 44 | 53 | 313 | 122 | 117 | 0 | 24 | 355 | 106 | 57 |
| Binary | 100100 | 101011 | 11001011 | 1010010 | 1001111 | 0 | 10100 | 11101101 | 1000110 | 101111 |
Color Harmonies of #242BCB
Complementary color
Monochromatic Colors of #242BCB
Black with #242BCB
Text Example
Text Example
White with #242BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242BCB; }
p { color: rgb(36,43,203); }
H1.HeaderClassName
{
color: #242BCB;
}
.AnyTagClassName
{
color: #242BCB;
}
</style>
background-color css
<style>
a { background-color: #242BCB; }
a { background-color: rgb(36,43,203); }
div.DivClassName
{
background-color: #242BCB;
}
.BgClassName
{
background-color: #242BCB;
}
</style>
border-color css
<style>
span { border-color: #242BCB; }
span { border-color: rgb(36,43,203); }
td.TdClassName
{
border-color: #242BCB;
}
.TagClassName
{
border-color: #242BCB;
}
</style>