Shades of Persian Blue #2D3CAD
Tints of Persian Blue #2D3CAD
RGB
CMYK
RGB Variations
Color information
#2D3CAD (or 0x2D3CAD) is known color: Persian Blue. HEX triplet: 2D, 3C and AD. RGB value is (45,60,173). Sum of RGB (Red+Green+Blue) = 45+60+173=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D3CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3CAD is #D2C352. Grayscale: #434343. Windows color (decimal): -13812563 or 11353133. OLE color: 11353133.
HSL color Cylindrical-coordinate representation of color #2D3CAD: hue angle of 232.97º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D3CAD is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 60 | 173 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.32 |
| HSL | 232.97º | 0.59% | 0.43% | - |
| HSV(B) | 232.97º | 0.74% | 0.68% | - |
| XYZ | 10.24 | 6.81 | 40.31 | - |
| YUV | 68.4 | 187.03 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 173 | 0.74 | 0.65 | 0 | 0.32 | 232.97 | 0.59 | 0.43 |
| Hex | 2D | 3C | AD | 4A | 41 | 0 | 20 | E9 | 3B | 2B |
| Octal | 55 | 74 | 255 | 112 | 101 | 0 | 40 | 351 | 73 | 53 |
| Binary | 101101 | 111100 | 10101101 | 1001010 | 1000001 | 0 | 100000 | 11101001 | 111011 | 101011 |
Color Harmonies of #2D3CAD
Complementary color
Monochromatic Colors of #2D3CAD
Black with #2D3CAD
Text Example
Text Example
White with #2D3CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3CAD; }
p { color: rgb(45,60,173); }
H1.HeaderClassName
{
color: #2D3CAD;
}
.AnyTagClassName
{
color: #2D3CAD;
}
</style>
background-color css
<style>
a { background-color: #2D3CAD; }
a { background-color: rgb(45,60,173); }
div.DivClassName
{
background-color: #2D3CAD;
}
.BgClassName
{
background-color: #2D3CAD;
}
</style>
border-color css
<style>
span { border-color: #2D3CAD; }
span { border-color: rgb(45,60,173); }
td.TdClassName
{
border-color: #2D3CAD;
}
.TagClassName
{
border-color: #2D3CAD;
}
</style>