Shades of Persian Blue #242CB5
Tints of Persian Blue #242CB5
RGB
CMYK
RGB Variations
Color information
#242CB5 (or 0x242CB5) is known color: Persian Blue. HEX triplet: 24, 2C and B5. RGB value is (36,44,181). Sum of RGB (Red+Green+Blue) = 36+44+181=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 181 (71.09% from 255 or 69.35% from 261); Max value from RGB is 181 - color contains mainly: blue. Hex color #242CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242CB5 is #DBD34A. Grayscale: #383838. Windows color (decimal): -14406475 or 11873316. OLE color: 11873316.
HSL color Cylindrical-coordinate representation of color #242CB5: hue angle of 236.69º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #242CB5 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 44 | 181 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.29 |
| HSL | 236.69º | 0.67% | 0.43% | - |
| HSV(B) | 236.69º | 0.8% | 0.71% | - |
| XYZ | 9.97 | 5.51 | 44.25 | - |
| YUV | 57.23 | 197.85 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 181 | 0.80 | 0.76 | 0 | 0.29 | 236.69 | 0.67 | 0.43 |
| Hex | 24 | 2C | B5 | 50 | 4C | 0 | 1D | ED | 43 | 2B |
| Octal | 44 | 54 | 265 | 120 | 114 | 0 | 35 | 355 | 103 | 53 |
| Binary | 100100 | 101100 | 10110101 | 1010000 | 1001100 | 0 | 11101 | 11101101 | 1000011 | 101011 |
Color Harmonies of #242CB5
Complementary color
Monochromatic Colors of #242CB5
Black with #242CB5
Text Example
Text Example
White with #242CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CB5; }
p { color: rgb(36,44,181); }
H1.HeaderClassName
{
color: #242CB5;
}
.AnyTagClassName
{
color: #242CB5;
}
</style>
background-color css
<style>
a { background-color: #242CB5; }
a { background-color: rgb(36,44,181); }
div.DivClassName
{
background-color: #242CB5;
}
.BgClassName
{
background-color: #242CB5;
}
</style>
border-color css
<style>
span { border-color: #242CB5; }
span { border-color: rgb(36,44,181); }
td.TdClassName
{
border-color: #242CB5;
}
.TagClassName
{
border-color: #242CB5;
}
</style>