Shades of Persian Blue #2D37AB
Tints of Persian Blue #2D37AB
RGB
CMYK
RGB Variations
Color information
#2D37AB (or 0x2D37AB) is known color: Persian Blue. HEX triplet: 2D, 37 and AB. RGB value is (45,55,171). Sum of RGB (Red+Green+Blue) = 45+55+171=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D37AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D37AB is #D2C854. Grayscale: #404040. Windows color (decimal): -13813845 or 11220781. OLE color: 11220781.
HSL color Cylindrical-coordinate representation of color #2D37AB: hue angle of 235.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D37AB is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 55 | 171 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.33 |
| HSL | 235.24º | 0.58% | 0.42% | - |
| HSV(B) | 235.24º | 0.74% | 0.67% | - |
| XYZ | 9.8 | 6.23 | 39.21 | - |
| YUV | 65.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 171 | 0.74 | 0.68 | 0 | 0.33 | 235.24 | 0.58 | 0.42 |
| Hex | 2D | 37 | AB | 4A | 44 | 0 | 21 | EB | 3A | 2A |
| Octal | 55 | 67 | 253 | 112 | 104 | 0 | 41 | 353 | 72 | 52 |
| Binary | 101101 | 110111 | 10101011 | 1001010 | 1000100 | 0 | 100001 | 11101011 | 111010 | 101010 |
Color Harmonies of #2D37AB
Complementary color
Monochromatic Colors of #2D37AB
Black with #2D37AB
Text Example
Text Example
White with #2D37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D37AB; }
p { color: rgb(45,55,171); }
H1.HeaderClassName
{
color: #2D37AB;
}
.AnyTagClassName
{
color: #2D37AB;
}
</style>
background-color css
<style>
a { background-color: #2D37AB; }
a { background-color: rgb(45,55,171); }
div.DivClassName
{
background-color: #2D37AB;
}
.BgClassName
{
background-color: #2D37AB;
}
</style>
border-color css
<style>
span { border-color: #2D37AB; }
span { border-color: rgb(45,55,171); }
td.TdClassName
{
border-color: #2D37AB;
}
.TagClassName
{
border-color: #2D37AB;
}
</style>