Shades of Persian Blue #2A2DCE
Tints of Persian Blue #2A2DCE
RGB
CMYK
RGB Variations
Color information
#2A2DCE (or 0x2A2DCE) is known color: Persian Blue. HEX triplet: 2A, 2D and CE. RGB value is (42,45,206). Sum of RGB (Red+Green+Blue) = 42+45+206=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 45 (17.97% from 255 or 15.36% 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 #2A2DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2DCE is #D5D231. Grayscale: #3D3D3D. Windows color (decimal): -14012978 or 13511978. OLE color: 13511978.
HSL color Cylindrical-coordinate representation of color #2A2DCE: hue angle of 238.9º 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 #2A2DCE is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 45 | 206 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.19 |
| HSL | 238.9º | 0.66% | 0.49% | - |
| HSV(B) | 238.9º | 0.8% | 0.81% | - |
| XYZ | 13.03 | 6.83 | 59.02 | - |
| YUV | 62.46 | 209.01 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 206 | 0.80 | 0.78 | 0 | 0.19 | 238.9 | 0.66 | 0.49 |
| Hex | 2A | 2D | CE | 50 | 4E | 0 | 13 | EF | 42 | 31 |
| Octal | 52 | 55 | 316 | 120 | 116 | 0 | 23 | 357 | 102 | 61 |
| Binary | 101010 | 101101 | 11001110 | 1010000 | 1001110 | 0 | 10011 | 11101111 | 1000010 | 110001 |
Color Harmonies of #2A2DCE
Complementary color
Monochromatic Colors of #2A2DCE
Black with #2A2DCE
Text Example
Text Example
White with #2A2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2DCE; }
p { color: rgb(42,45,206); }
H1.HeaderClassName
{
color: #2A2DCE;
}
.AnyTagClassName
{
color: #2A2DCE;
}
</style>
background-color css
<style>
a { background-color: #2A2DCE; }
a { background-color: rgb(42,45,206); }
div.DivClassName
{
background-color: #2A2DCE;
}
.BgClassName
{
background-color: #2A2DCE;
}
</style>
border-color css
<style>
span { border-color: #2A2DCE; }
span { border-color: rgb(42,45,206); }
td.TdClassName
{
border-color: #2A2DCE;
}
.TagClassName
{
border-color: #2A2DCE;
}
</style>