Shades of Egyptian Blue #253DA2
Tints of Egyptian Blue #253DA2
RGB
CMYK
RGB Variations
Color information
#253DA2 (or 0x253DA2) is known color: Egyptian Blue. HEX triplet: 25, 3D and A2. RGB value is (37,61,162). Sum of RGB (Red+Green+Blue) = 37+61+162=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #253DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253DA2 is #DAC25D. Grayscale: #404040. Windows color (decimal): -14336606 or 10632485. OLE color: 10632485.
HSL color Cylindrical-coordinate representation of color #253DA2: hue angle of 228.48º 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 #253DA2 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 61 | 162 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.36 |
| HSL | 228.48º | 0.63% | 0.39% | - |
| HSV(B) | 228.48º | 0.77% | 0.64% | - |
| XYZ | 8.95 | 6.34 | 34.93 | - |
| YUV | 65.34 | 182.55 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 162 | 0.77 | 0.62 | 0 | 0.36 | 228.48 | 0.63 | 0.39 |
| Hex | 25 | 3D | A2 | 4D | 3E | 0 | 24 | E4 | 3F | 27 |
| Octal | 45 | 75 | 242 | 115 | 76 | 0 | 44 | 344 | 77 | 47 |
| Binary | 100101 | 111101 | 10100010 | 1001101 | 111110 | 0 | 100100 | 11100100 | 111111 | 100111 |
Color Harmonies of #253DA2
Complementary color
Monochromatic Colors of #253DA2
Black with #253DA2
Text Example
Text Example
White with #253DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253DA2; }
p { color: rgb(37,61,162); }
H1.HeaderClassName
{
color: #253DA2;
}
.AnyTagClassName
{
color: #253DA2;
}
</style>
background-color css
<style>
a { background-color: #253DA2; }
a { background-color: rgb(37,61,162); }
div.DivClassName
{
background-color: #253DA2;
}
.BgClassName
{
background-color: #253DA2;
}
</style>
border-color css
<style>
span { border-color: #253DA2; }
span { border-color: rgb(37,61,162); }
td.TdClassName
{
border-color: #253DA2;
}
.TagClassName
{
border-color: #253DA2;
}
</style>