Shades of Egyptian Blue #252CA2
Tints of Egyptian Blue #252CA2
RGB
CMYK
RGB Variations
Color information
#252CA2 (or 0x252CA2) is known color: Egyptian Blue. HEX triplet: 25, 2C and A2. RGB value is (37,44,162). Sum of RGB (Red+Green+Blue) = 37+44+162=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 162 (63.67% from 255 or 66.67% from 243); Max value from RGB is 162 - color contains mainly: blue. Hex color #252CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252CA2 is #DAD35D. Grayscale: #363636. Windows color (decimal): -14340958 or 10628133. OLE color: 10628133.
HSL color Cylindrical-coordinate representation of color #252CA2: hue angle of 236.64º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #252CA2 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 44 | 162 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.36 |
| HSL | 236.64º | 0.63% | 0.39% | - |
| HSV(B) | 236.64º | 0.77% | 0.64% | - |
| XYZ | 8.19 | 4.8 | 34.68 | - |
| YUV | 55.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 162 | 0.77 | 0.73 | 0 | 0.36 | 236.64 | 0.63 | 0.39 |
| Hex | 25 | 2C | A2 | 4D | 49 | 0 | 24 | ED | 3F | 27 |
| Octal | 45 | 54 | 242 | 115 | 111 | 0 | 44 | 355 | 77 | 47 |
| Binary | 100101 | 101100 | 10100010 | 1001101 | 1001001 | 0 | 100100 | 11101101 | 111111 | 100111 |
Color Harmonies of #252CA2
Complementary color
Monochromatic Colors of #252CA2
Black with #252CA2
Text Example
Text Example
White with #252CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252CA2; }
p { color: rgb(37,44,162); }
H1.HeaderClassName
{
color: #252CA2;
}
.AnyTagClassName
{
color: #252CA2;
}
</style>
background-color css
<style>
a { background-color: #252CA2; }
a { background-color: rgb(37,44,162); }
div.DivClassName
{
background-color: #252CA2;
}
.BgClassName
{
background-color: #252CA2;
}
</style>
border-color css
<style>
span { border-color: #252CA2; }
span { border-color: rgb(37,44,162); }
td.TdClassName
{
border-color: #252CA2;
}
.TagClassName
{
border-color: #252CA2;
}
</style>