Shades of Egyptian Blue #2533A2
Tints of Egyptian Blue #2533A2
RGB
CMYK
RGB Variations
Color information
#2533A2 (or 0x2533A2) is known color: Egyptian Blue. HEX triplet: 25, 33 and A2. RGB value is (37,51,162). Sum of RGB (Red+Green+Blue) = 37+51+162=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 162 (63.67% from 255 or 64.8% from 250); Max value from RGB is 162 - color contains mainly: blue. Hex color #2533A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2533A2 is #DACC5D. Grayscale: #3B3B3B. Windows color (decimal): -14339166 or 10629925. OLE color: 10629925.
HSL color Cylindrical-coordinate representation of color #2533A2: hue angle of 233.28º 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 #2533A2 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 51 | 162 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.36 |
| HSL | 233.28º | 0.63% | 0.39% | - |
| HSV(B) | 233.28º | 0.77% | 0.64% | - |
| XYZ | 8.47 | 5.37 | 34.77 | - |
| YUV | 59.47 | 185.86 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 162 | 0.77 | 0.69 | 0 | 0.36 | 233.28 | 0.63 | 0.39 |
| Hex | 25 | 33 | A2 | 4D | 45 | 0 | 24 | E9 | 3F | 27 |
| Octal | 45 | 63 | 242 | 115 | 105 | 0 | 44 | 351 | 77 | 47 |
| Binary | 100101 | 110011 | 10100010 | 1001101 | 1000101 | 0 | 100100 | 11101001 | 111111 | 100111 |
Color Harmonies of #2533A2
Complementary color
Monochromatic Colors of #2533A2
Black with #2533A2
Text Example
Text Example
White with #2533A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2533A2; }
p { color: rgb(37,51,162); }
H1.HeaderClassName
{
color: #2533A2;
}
.AnyTagClassName
{
color: #2533A2;
}
</style>
background-color css
<style>
a { background-color: #2533A2; }
a { background-color: rgb(37,51,162); }
div.DivClassName
{
background-color: #2533A2;
}
.BgClassName
{
background-color: #2533A2;
}
</style>
border-color css
<style>
span { border-color: #2533A2; }
span { border-color: rgb(37,51,162); }
td.TdClassName
{
border-color: #2533A2;
}
.TagClassName
{
border-color: #2533A2;
}
</style>