Shades of Persian Blue #242BC4
Tints of Persian Blue #242BC4
RGB
CMYK
RGB Variations
Color information
#242BC4 (or 0x242BC4) is known color: Persian Blue. HEX triplet: 24, 2B and C4. RGB value is (36,43,196). Sum of RGB (Red+Green+Blue) = 36+43+196=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 196 (76.95% from 255 or 71.27% from 275); Max value from RGB is 196 - color contains mainly: blue. Hex color #242BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242BC4 is #DBD43B. Grayscale: #393939. Windows color (decimal): -14406716 or 12856100. OLE color: 12856100.
HSL color Cylindrical-coordinate representation of color #242BC4: hue angle of 237.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242BC4 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 36 | 43 | 196 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.23 |
| HSL | 237.38º | 0.69% | 0.45% | - |
| HSV(B) | 237.38º | 0.82% | 0.77% | - |
| XYZ | 11.56 | 6.09 | 52.79 | - |
| YUV | 58.35 | 205.68 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 196 | 0.82 | 0.78 | 0 | 0.23 | 237.38 | 0.69 | 0.45 |
| Hex | 24 | 2B | C4 | 52 | 4E | 0 | 17 | ED | 45 | 2D |
| Octal | 44 | 53 | 304 | 122 | 116 | 0 | 27 | 355 | 105 | 55 |
| Binary | 100100 | 101011 | 11000100 | 1010010 | 1001110 | 0 | 10111 | 11101101 | 1000101 | 101101 |
Color Harmonies of #242BC4
Complementary color
Monochromatic Colors of #242BC4
Black with #242BC4
Text Example
Text Example
White with #242BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242BC4; }
p { color: rgb(36,43,196); }
H1.HeaderClassName
{
color: #242BC4;
}
.AnyTagClassName
{
color: #242BC4;
}
</style>
background-color css
<style>
a { background-color: #242BC4; }
a { background-color: rgb(36,43,196); }
div.DivClassName
{
background-color: #242BC4;
}
.BgClassName
{
background-color: #242BC4;
}
</style>
border-color css
<style>
span { border-color: #242BC4; }
span { border-color: rgb(36,43,196); }
td.TdClassName
{
border-color: #242BC4;
}
.TagClassName
{
border-color: #242BC4;
}
</style>