Shades of Persian Blue #242DCA
Tints of Persian Blue #242DCA
RGB
CMYK
RGB Variations
Color information
#242DCA (or 0x242DCA) is known color: Persian Blue. HEX triplet: 24, 2D and CA. RGB value is (36,45,202). Sum of RGB (Red+Green+Blue) = 36+45+202=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 202 (79.30% from 255 or 71.38% from 283); Max value from RGB is 202 - color contains mainly: blue. Hex color #242DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242DCA is #DBD235. Grayscale: #3B3B3B. Windows color (decimal): -14406198 or 13249828. OLE color: 13249828.
HSL color Cylindrical-coordinate representation of color #242DCA: hue angle of 236.75º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242DCA is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 45 | 202 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.21 |
| HSL | 236.75º | 0.7% | 0.47% | - |
| HSV(B) | 236.75º | 0.82% | 0.79% | - |
| XYZ | 12.33 | 6.52 | 56.49 | - |
| YUV | 60.21 | 208.02 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 202 | 0.82 | 0.78 | 0 | 0.21 | 236.75 | 0.7 | 0.47 |
| Hex | 24 | 2D | CA | 52 | 4E | 0 | 15 | ED | 46 | 2F |
| Octal | 44 | 55 | 312 | 122 | 116 | 0 | 25 | 355 | 106 | 57 |
| Binary | 100100 | 101101 | 11001010 | 1010010 | 1001110 | 0 | 10101 | 11101101 | 1000110 | 101111 |
Color Harmonies of #242DCA
Complementary color
Monochromatic Colors of #242DCA
Black with #242DCA
Text Example
Text Example
White with #242DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DCA; }
p { color: rgb(36,45,202); }
H1.HeaderClassName
{
color: #242DCA;
}
.AnyTagClassName
{
color: #242DCA;
}
</style>
background-color css
<style>
a { background-color: #242DCA; }
a { background-color: rgb(36,45,202); }
div.DivClassName
{
background-color: #242DCA;
}
.BgClassName
{
background-color: #242DCA;
}
</style>
border-color css
<style>
span { border-color: #242DCA; }
span { border-color: rgb(36,45,202); }
td.TdClassName
{
border-color: #242DCA;
}
.TagClassName
{
border-color: #242DCA;
}
</style>