Shades of Persian Blue #242BC6
Tints of Persian Blue #242BC6
RGB
CMYK
RGB Variations
Color information
#242BC6 (or 0x242BC6) is known color: Persian Blue. HEX triplet: 24, 2B and C6. RGB value is (36,43,198). Sum of RGB (Red+Green+Blue) = 36+43+198=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 198 (77.73% from 255 or 71.48% from 277); Max value from RGB is 198 - color contains mainly: blue. Hex color #242BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242BC6 is #DBD439. Grayscale: #393939. Windows color (decimal): -14406714 or 12987172. OLE color: 12987172.
HSL color Cylindrical-coordinate representation of color #242BC6: hue angle of 237.41º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242BC6 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 43 | 198 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.22 |
| HSL | 237.41º | 0.69% | 0.46% | - |
| HSV(B) | 237.41º | 0.82% | 0.78% | - |
| XYZ | 11.78 | 6.18 | 54 | - |
| YUV | 58.58 | 206.68 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 198 | 0.82 | 0.78 | 0 | 0.22 | 237.41 | 0.69 | 0.46 |
| Hex | 24 | 2B | C6 | 52 | 4E | 0 | 16 | ED | 45 | 2E |
| Octal | 44 | 53 | 306 | 122 | 116 | 0 | 26 | 355 | 105 | 56 |
| Binary | 100100 | 101011 | 11000110 | 1010010 | 1001110 | 0 | 10110 | 11101101 | 1000101 | 101110 |
Color Harmonies of #242BC6
Complementary color
Monochromatic Colors of #242BC6
Black with #242BC6
Text Example
Text Example
White with #242BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242BC6; }
p { color: rgb(36,43,198); }
H1.HeaderClassName
{
color: #242BC6;
}
.AnyTagClassName
{
color: #242BC6;
}
</style>
background-color css
<style>
a { background-color: #242BC6; }
a { background-color: rgb(36,43,198); }
div.DivClassName
{
background-color: #242BC6;
}
.BgClassName
{
background-color: #242BC6;
}
</style>
border-color css
<style>
span { border-color: #242BC6; }
span { border-color: rgb(36,43,198); }
td.TdClassName
{
border-color: #242BC6;
}
.TagClassName
{
border-color: #242BC6;
}
</style>