Shades of Persian Blue #2D24BD
Tints of Persian Blue #2D24BD
RGB
CMYK
RGB Variations
Color information
#2D24BD (or 0x2D24BD) is known color: Persian Blue. HEX triplet: 2D, 24 and BD. RGB value is (45,36,189). Sum of RGB (Red+Green+Blue) = 45+36+189=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 189 (74.22% from 255 or 70% from 270); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D24BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D24BD is #D2DB42. Grayscale: #373737. Windows color (decimal): -13818691 or 12395565. OLE color: 12395565.
HSL color Cylindrical-coordinate representation of color #2D24BD: hue angle of 243.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D24BD is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 36 | 189 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.26 |
| HSL | 243.53º | 0.68% | 0.44% | - |
| HSV(B) | 243.53º | 0.81% | 0.74% | - |
| XYZ | 10.9 | 5.49 | 48.63 | - |
| YUV | 56.13 | 202.98 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 189 | 0.76 | 0.81 | 0 | 0.26 | 243.53 | 0.68 | 0.44 |
| Hex | 2D | 24 | BD | 4C | 51 | 0 | 1A | F4 | 44 | 2C |
| Octal | 55 | 44 | 275 | 114 | 121 | 0 | 32 | 364 | 104 | 54 |
| Binary | 101101 | 100100 | 10111101 | 1001100 | 1010001 | 0 | 11010 | 11110100 | 1000100 | 101100 |
Color Harmonies of #2D24BD
Complementary color
Monochromatic Colors of #2D24BD
Black with #2D24BD
Text Example
Text Example
White with #2D24BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D24BD; }
p { color: rgb(45,36,189); }
H1.HeaderClassName
{
color: #2D24BD;
}
.AnyTagClassName
{
color: #2D24BD;
}
</style>
background-color css
<style>
a { background-color: #2D24BD; }
a { background-color: rgb(45,36,189); }
div.DivClassName
{
background-color: #2D24BD;
}
.BgClassName
{
background-color: #2D24BD;
}
</style>
border-color css
<style>
span { border-color: #2D24BD; }
span { border-color: rgb(45,36,189); }
td.TdClassName
{
border-color: #2D24BD;
}
.TagClassName
{
border-color: #2D24BD;
}
</style>