Shades of Persian Blue #2D3EAC
Tints of Persian Blue #2D3EAC
RGB
CMYK
RGB Variations
Color information
#2D3EAC (or 0x2D3EAC) is known color: Persian Blue. HEX triplet: 2D, 3E and AC. RGB value is (45,62,172). Sum of RGB (Red+Green+Blue) = 45+62+172=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D3EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3EAC is #D2C153. Grayscale: #454545. Windows color (decimal): -13812052 or 11288109. OLE color: 11288109.
HSL color Cylindrical-coordinate representation of color #2D3EAC: hue angle of 231.97º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D3EAC is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 62 | 172 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.33 |
| HSL | 231.97º | 0.59% | 0.43% | - |
| HSV(B) | 231.97º | 0.74% | 0.67% | - |
| XYZ | 10.25 | 6.98 | 39.84 | - |
| YUV | 69.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 172 | 0.74 | 0.64 | 0 | 0.33 | 231.97 | 0.59 | 0.43 |
| Hex | 2D | 3E | AC | 4A | 40 | 0 | 21 | E8 | 3B | 2B |
| Octal | 55 | 76 | 254 | 112 | 100 | 0 | 41 | 350 | 73 | 53 |
| Binary | 101101 | 111110 | 10101100 | 1001010 | 1000000 | 0 | 100001 | 11101000 | 111011 | 101011 |
Color Harmonies of #2D3EAC
Complementary color
Monochromatic Colors of #2D3EAC
Black with #2D3EAC
Text Example
Text Example
White with #2D3EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3EAC; }
p { color: rgb(45,62,172); }
H1.HeaderClassName
{
color: #2D3EAC;
}
.AnyTagClassName
{
color: #2D3EAC;
}
</style>
background-color css
<style>
a { background-color: #2D3EAC; }
a { background-color: rgb(45,62,172); }
div.DivClassName
{
background-color: #2D3EAC;
}
.BgClassName
{
background-color: #2D3EAC;
}
</style>
border-color css
<style>
span { border-color: #2D3EAC; }
span { border-color: rgb(45,62,172); }
td.TdClassName
{
border-color: #2D3EAC;
}
.TagClassName
{
border-color: #2D3EAC;
}
</style>