Shades of Persian Blue #2D24CA
Tints of Persian Blue #2D24CA
RGB
CMYK
RGB Variations
Color information
#2D24CA (or 0x2D24CA) is known color: Persian Blue. HEX triplet: 2D, 24 and CA. RGB value is (45,36,202). Sum of RGB (Red+Green+Blue) = 45+36+202=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 36 (14.45% from 255 or 12.72% 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 #2D24CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D24CA is #D2DB35. Grayscale: #383838. Windows color (decimal): -13818678 or 13247533. OLE color: 13247533.
HSL color Cylindrical-coordinate representation of color #2D24CA: hue angle of 243.25º 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 #2D24CA is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 36 | 202 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.21 |
| HSL | 243.25º | 0.7% | 0.47% | - |
| HSV(B) | 243.25º | 0.82% | 0.79% | - |
| XYZ | 12.37 | 6.08 | 56.4 | - |
| YUV | 57.62 | 209.48 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 202 | 0.78 | 0.82 | 0 | 0.21 | 243.25 | 0.7 | 0.47 |
| Hex | 2D | 24 | CA | 4E | 52 | 0 | 15 | F3 | 46 | 2F |
| Octal | 55 | 44 | 312 | 116 | 122 | 0 | 25 | 363 | 106 | 57 |
| Binary | 101101 | 100100 | 11001010 | 1001110 | 1010010 | 0 | 10101 | 11110011 | 1000110 | 101111 |
Color Harmonies of #2D24CA
Complementary color
Monochromatic Colors of #2D24CA
Black with #2D24CA
Text Example
Text Example
White with #2D24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D24CA; }
p { color: rgb(45,36,202); }
H1.HeaderClassName
{
color: #2D24CA;
}
.AnyTagClassName
{
color: #2D24CA;
}
</style>
background-color css
<style>
a { background-color: #2D24CA; }
a { background-color: rgb(45,36,202); }
div.DivClassName
{
background-color: #2D24CA;
}
.BgClassName
{
background-color: #2D24CA;
}
</style>
border-color css
<style>
span { border-color: #2D24CA; }
span { border-color: rgb(45,36,202); }
td.TdClassName
{
border-color: #2D24CA;
}
.TagClassName
{
border-color: #2D24CA;
}
</style>