Shades of Persian Blue #2D40AA
Tints of Persian Blue #2D40AA
RGB
CMYK
RGB Variations
Color information
#2D40AA (or 0x2D40AA) is known color: Persian Blue. HEX triplet: 2D, 40 and AA. RGB value is (45,64,170). Sum of RGB (Red+Green+Blue) = 45+64+170=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D40AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D40AA is #D2BF55. Grayscale: #454545. Windows color (decimal): -13811542 or 11157549. OLE color: 11157549.
HSL color Cylindrical-coordinate representation of color #2D40AA: hue angle of 230.88º 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 #2D40AA is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 64 | 170 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.33 |
| HSL | 230.88º | 0.58% | 0.42% | - |
| HSV(B) | 230.88º | 0.74% | 0.67% | - |
| XYZ | 10.17 | 7.13 | 38.87 | - |
| YUV | 70.4 | 184.21 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 170 | 0.74 | 0.62 | 0 | 0.33 | 230.88 | 0.58 | 0.42 |
| Hex | 2D | 40 | AA | 4A | 3E | 0 | 21 | E7 | 3A | 2A |
| Octal | 55 | 100 | 252 | 112 | 76 | 0 | 41 | 347 | 72 | 52 |
| Binary | 101101 | 1000000 | 10101010 | 1001010 | 111110 | 0 | 100001 | 11100111 | 111010 | 101010 |
Color Harmonies of #2D40AA
Complementary color
Monochromatic Colors of #2D40AA
Black with #2D40AA
Text Example
Text Example
White with #2D40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D40AA; }
p { color: rgb(45,64,170); }
H1.HeaderClassName
{
color: #2D40AA;
}
.AnyTagClassName
{
color: #2D40AA;
}
</style>
background-color css
<style>
a { background-color: #2D40AA; }
a { background-color: rgb(45,64,170); }
div.DivClassName
{
background-color: #2D40AA;
}
.BgClassName
{
background-color: #2D40AA;
}
</style>
border-color css
<style>
span { border-color: #2D40AA; }
span { border-color: rgb(45,64,170); }
td.TdClassName
{
border-color: #2D40AA;
}
.TagClassName
{
border-color: #2D40AA;
}
</style>