Shades of Persian Blue #2D3EDC
Tints of Persian Blue #2D3EDC
RGB
CMYK
RGB Variations
Color information
#2D3EDC (or 0x2D3EDC) is known color: Persian Blue. HEX triplet: 2D, 3E and DC. RGB value is (45,62,220). Sum of RGB (Red+Green+Blue) = 45+62+220=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D3EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3EDC is #D2C123. Grayscale: #4A4A4A. Windows color (decimal): -13812004 or 14433837. OLE color: 14433837.
HSL color Cylindrical-coordinate representation of color #2D3EDC: hue angle of 234.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D3EDC is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 62 | 220 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.14 |
| HSL | 234.17º | 0.71% | 0.52% | - |
| HSV(B) | 234.17º | 0.8% | 0.86% | - |
| XYZ | 15.72 | 9.17 | 68.65 | - |
| YUV | 74.93 | 209.87 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 220 | 0.80 | 0.72 | 0 | 0.14 | 234.17 | 0.71 | 0.52 |
| Hex | 2D | 3E | DC | 50 | 48 | 0 | E | EA | 47 | 34 |
| Octal | 55 | 76 | 334 | 120 | 110 | 0 | 16 | 352 | 107 | 64 |
| Binary | 101101 | 111110 | 11011100 | 1010000 | 1001000 | 0 | 1110 | 11101010 | 1000111 | 110100 |
Color Harmonies of #2D3EDC
Complementary color
Monochromatic Colors of #2D3EDC
Black with #2D3EDC
Text Example
Text Example
White with #2D3EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3EDC; }
p { color: rgb(45,62,220); }
H1.HeaderClassName
{
color: #2D3EDC;
}
.AnyTagClassName
{
color: #2D3EDC;
}
</style>
background-color css
<style>
a { background-color: #2D3EDC; }
a { background-color: rgb(45,62,220); }
div.DivClassName
{
background-color: #2D3EDC;
}
.BgClassName
{
background-color: #2D3EDC;
}
</style>
border-color css
<style>
span { border-color: #2D3EDC; }
span { border-color: rgb(45,62,220); }
td.TdClassName
{
border-color: #2D3EDC;
}
.TagClassName
{
border-color: #2D3EDC;
}
</style>