Shades of Persian Blue #2D3EC3
Tints of Persian Blue #2D3EC3
RGB
CMYK
RGB Variations
Color information
#2D3EC3 (or 0x2D3EC3) is known color: Persian Blue. HEX triplet: 2D, 3E and C3. RGB value is (45,62,195). Sum of RGB (Red+Green+Blue) = 45+62+195=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 195 (76.56% from 255 or 64.57% from 302); Max value from RGB is 195 - color contains mainly: blue. Hex color #2D3EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3EC3 is #D2C13C. Grayscale: #474747. Windows color (decimal): -13812029 or 12795437. OLE color: 12795437.
HSL color Cylindrical-coordinate representation of color #2D3EC3: hue angle of 233.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D3EC3 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 62 | 195 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.24 |
| HSL | 233.2º | 0.63% | 0.47% | - |
| HSV(B) | 233.2º | 0.77% | 0.76% | - |
| XYZ | 12.66 | 7.94 | 52.5 | - |
| YUV | 72.08 | 197.37 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 195 | 0.77 | 0.68 | 0 | 0.24 | 233.2 | 0.63 | 0.47 |
| Hex | 2D | 3E | C3 | 4D | 44 | 0 | 18 | E9 | 3E | 2F |
| Octal | 55 | 76 | 303 | 115 | 104 | 0 | 30 | 351 | 76 | 57 |
| Binary | 101101 | 111110 | 11000011 | 1001101 | 1000100 | 0 | 11000 | 11101001 | 111110 | 101111 |
Color Harmonies of #2D3EC3
Complementary color
Monochromatic Colors of #2D3EC3
Black with #2D3EC3
Text Example
Text Example
White with #2D3EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3EC3; }
p { color: rgb(45,62,195); }
H1.HeaderClassName
{
color: #2D3EC3;
}
.AnyTagClassName
{
color: #2D3EC3;
}
</style>
background-color css
<style>
a { background-color: #2D3EC3; }
a { background-color: rgb(45,62,195); }
div.DivClassName
{
background-color: #2D3EC3;
}
.BgClassName
{
background-color: #2D3EC3;
}
</style>
border-color css
<style>
span { border-color: #2D3EC3; }
span { border-color: rgb(45,62,195); }
td.TdClassName
{
border-color: #2D3EC3;
}
.TagClassName
{
border-color: #2D3EC3;
}
</style>