Shades of Persian Blue #2D24C6
Tints of Persian Blue #2D24C6
RGB
CMYK
RGB Variations
Color information
#2D24C6 (or 0x2D24C6) is known color: Persian Blue. HEX triplet: 2D, 24 and C6. RGB value is (45,36,198). Sum of RGB (Red+Green+Blue) = 45+36+198=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 198 (77.73% from 255 or 70.97% from 279); Max value from RGB is 198 - color contains mainly: blue. Hex color #2D24C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D24C6 is #D2DB39. Grayscale: #383838. Windows color (decimal): -13818682 or 12985389. OLE color: 12985389.
HSL color Cylindrical-coordinate representation of color #2D24C6: hue angle of 243.33º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D24C6 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 36 | 198 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.22 |
| HSL | 243.33º | 0.69% | 0.46% | - |
| HSV(B) | 243.33º | 0.82% | 0.78% | - |
| XYZ | 11.91 | 5.9 | 53.94 | - |
| YUV | 57.16 | 207.48 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 198 | 0.77 | 0.82 | 0 | 0.22 | 243.33 | 0.69 | 0.46 |
| Hex | 2D | 24 | C6 | 4D | 52 | 0 | 16 | F3 | 45 | 2E |
| Octal | 55 | 44 | 306 | 115 | 122 | 0 | 26 | 363 | 105 | 56 |
| Binary | 101101 | 100100 | 11000110 | 1001101 | 1010010 | 0 | 10110 | 11110011 | 1000101 | 101110 |
Color Harmonies of #2D24C6
Complementary color
Monochromatic Colors of #2D24C6
Black with #2D24C6
Text Example
Text Example
White with #2D24C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D24C6; }
p { color: rgb(45,36,198); }
H1.HeaderClassName
{
color: #2D24C6;
}
.AnyTagClassName
{
color: #2D24C6;
}
</style>
background-color css
<style>
a { background-color: #2D24C6; }
a { background-color: rgb(45,36,198); }
div.DivClassName
{
background-color: #2D24C6;
}
.BgClassName
{
background-color: #2D24C6;
}
</style>
border-color css
<style>
span { border-color: #2D24C6; }
span { border-color: rgb(45,36,198); }
td.TdClassName
{
border-color: #2D24C6;
}
.TagClassName
{
border-color: #2D24C6;
}
</style>