Shades of Persian Blue #242BC3
Tints of Persian Blue #242BC3
RGB
CMYK
RGB Variations
Color information
#242BC3 (or 0x242BC3) is known color: Persian Blue. HEX triplet: 24, 2B and C3. RGB value is (36,43,195). Sum of RGB (Red+Green+Blue) = 36+43+195=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 195 (76.56% from 255 or 71.17% from 274); Max value from RGB is 195 - color contains mainly: blue. Hex color #242BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242BC3 is #DBD43C. Grayscale: #393939. Windows color (decimal): -14406717 or 12790564. OLE color: 12790564.
HSL color Cylindrical-coordinate representation of color #242BC3: hue angle of 237.36º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242BC3 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 43 | 195 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.24 |
| HSL | 237.36º | 0.69% | 0.45% | - |
| HSV(B) | 237.36º | 0.82% | 0.76% | - |
| XYZ | 11.44 | 6.04 | 52.19 | - |
| YUV | 58.24 | 205.18 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 195 | 0.82 | 0.78 | 0 | 0.24 | 237.36 | 0.69 | 0.45 |
| Hex | 24 | 2B | C3 | 52 | 4E | 0 | 18 | ED | 45 | 2D |
| Octal | 44 | 53 | 303 | 122 | 116 | 0 | 30 | 355 | 105 | 55 |
| Binary | 100100 | 101011 | 11000011 | 1010010 | 1001110 | 0 | 11000 | 11101101 | 1000101 | 101101 |
Color Harmonies of #242BC3
Complementary color
Monochromatic Colors of #242BC3
Black with #242BC3
Text Example
Text Example
White with #242BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242BC3; }
p { color: rgb(36,43,195); }
H1.HeaderClassName
{
color: #242BC3;
}
.AnyTagClassName
{
color: #242BC3;
}
</style>
background-color css
<style>
a { background-color: #242BC3; }
a { background-color: rgb(36,43,195); }
div.DivClassName
{
background-color: #242BC3;
}
.BgClassName
{
background-color: #242BC3;
}
</style>
border-color css
<style>
span { border-color: #242BC3; }
span { border-color: rgb(36,43,195); }
td.TdClassName
{
border-color: #242BC3;
}
.TagClassName
{
border-color: #242BC3;
}
</style>