Shades of Persian Blue #242CAD
Tints of Persian Blue #242CAD
RGB
CMYK
RGB Variations
Color information
#242CAD (or 0x242CAD) is known color: Persian Blue. HEX triplet: 24, 2C and AD. RGB value is (36,44,173). Sum of RGB (Red+Green+Blue) = 36+44+173=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #242CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242CAD is #DBD352. Grayscale: #373737. Windows color (decimal): -14406483 or 11349028. OLE color: 11349028.
HSL color Cylindrical-coordinate representation of color #242CAD: hue angle of 236.5º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #242CAD is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 44 | 173 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.32 |
| HSL | 236.5º | 0.66% | 0.41% | - |
| HSV(B) | 236.5º | 0.79% | 0.68% | - |
| XYZ | 9.17 | 5.19 | 40.05 | - |
| YUV | 56.31 | 193.85 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 173 | 0.79 | 0.75 | 0 | 0.32 | 236.5 | 0.66 | 0.41 |
| Hex | 24 | 2C | AD | 4F | 4B | 0 | 20 | EC | 42 | 29 |
| Octal | 44 | 54 | 255 | 117 | 113 | 0 | 40 | 354 | 102 | 51 |
| Binary | 100100 | 101100 | 10101101 | 1001111 | 1001011 | 0 | 100000 | 11101100 | 1000010 | 101001 |
Color Harmonies of #242CAD
Complementary color
Monochromatic Colors of #242CAD
Black with #242CAD
Text Example
Text Example
White with #242CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CAD; }
p { color: rgb(36,44,173); }
H1.HeaderClassName
{
color: #242CAD;
}
.AnyTagClassName
{
color: #242CAD;
}
</style>
background-color css
<style>
a { background-color: #242CAD; }
a { background-color: rgb(36,44,173); }
div.DivClassName
{
background-color: #242CAD;
}
.BgClassName
{
background-color: #242CAD;
}
</style>
border-color css
<style>
span { border-color: #242CAD; }
span { border-color: rgb(36,44,173); }
td.TdClassName
{
border-color: #242CAD;
}
.TagClassName
{
border-color: #242CAD;
}
</style>