Shades of Persian Blue #2D2ACE
Tints of Persian Blue #2D2ACE
RGB
CMYK
RGB Variations
Color information
#2D2ACE (or 0x2D2ACE) is known color: Persian Blue. HEX triplet: 2D, 2A and CE. RGB value is (45,42,206). Sum of RGB (Red+Green+Blue) = 45+42+206=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D2ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2ACE is #D2D531. Grayscale: #3C3C3C. Windows color (decimal): -13817138 or 13511213. OLE color: 13511213.
HSL color Cylindrical-coordinate representation of color #2D2ACE: hue angle of 241.1º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D2ACE is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 42 | 206 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.19 |
| HSL | 241.1º | 0.66% | 0.49% | - |
| HSV(B) | 241.1º | 0.8% | 0.81% | - |
| XYZ | 13.05 | 6.67 | 58.99 | - |
| YUV | 61.59 | 209.49 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 42 | 206 | 0.78 | 0.80 | 0 | 0.19 | 241.1 | 0.66 | 0.49 |
| Hex | 2D | 2A | CE | 4E | 50 | 0 | 13 | F1 | 42 | 31 |
| Octal | 55 | 52 | 316 | 116 | 120 | 0 | 23 | 361 | 102 | 61 |
| Binary | 101101 | 101010 | 11001110 | 1001110 | 1010000 | 0 | 10011 | 11110001 | 1000010 | 110001 |
Color Harmonies of #2D2ACE
Complementary color
Monochromatic Colors of #2D2ACE
Black with #2D2ACE
Text Example
Text Example
White with #2D2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2ACE; }
p { color: rgb(45,42,206); }
H1.HeaderClassName
{
color: #2D2ACE;
}
.AnyTagClassName
{
color: #2D2ACE;
}
</style>
background-color css
<style>
a { background-color: #2D2ACE; }
a { background-color: rgb(45,42,206); }
div.DivClassName
{
background-color: #2D2ACE;
}
.BgClassName
{
background-color: #2D2ACE;
}
</style>
border-color css
<style>
span { border-color: #2D2ACE; }
span { border-color: rgb(45,42,206); }
td.TdClassName
{
border-color: #2D2ACE;
}
.TagClassName
{
border-color: #2D2ACE;
}
</style>