Shades of Egyptian Blue #252B90
Tints of Egyptian Blue #252B90
RGB
CMYK
RGB Variations
Color information
#252B90 (or 0x252B90) is known color: Egyptian Blue. HEX triplet: 25, 2B and 90. RGB value is (37,43,144). Sum of RGB (Red+Green+Blue) = 37+43+144=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #252B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252B90 is #DAD46F. Grayscale: #343434. Windows color (decimal): -14341232 or 9448229. OLE color: 9448229.
HSL color Cylindrical-coordinate representation of color #252B90: hue angle of 236.64º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252B90 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 43 | 144 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.44 |
| HSL | 236.64º | 0.59% | 0.35% | - |
| HSV(B) | 236.64º | 0.74% | 0.56% | - |
| XYZ | 6.66 | 4.13 | 26.83 | - |
| YUV | 52.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 144 | 0.74 | 0.70 | 0 | 0.44 | 236.64 | 0.59 | 0.35 |
| Hex | 25 | 2B | 90 | 4A | 46 | 0 | 2C | ED | 3B | 23 |
| Octal | 45 | 53 | 220 | 112 | 106 | 0 | 54 | 355 | 73 | 43 |
| Binary | 100101 | 101011 | 10010000 | 1001010 | 1000110 | 0 | 101100 | 11101101 | 111011 | 100011 |
Color Harmonies of #252B90
Complementary color
Monochromatic Colors of #252B90
Black with #252B90
Text Example
Text Example
White with #252B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252B90; }
p { color: rgb(37,43,144); }
H1.HeaderClassName
{
color: #252B90;
}
.AnyTagClassName
{
color: #252B90;
}
</style>
background-color css
<style>
a { background-color: #252B90; }
a { background-color: rgb(37,43,144); }
div.DivClassName
{
background-color: #252B90;
}
.BgClassName
{
background-color: #252B90;
}
</style>
border-color css
<style>
span { border-color: #252B90; }
span { border-color: rgb(37,43,144); }
td.TdClassName
{
border-color: #252B90;
}
.TagClassName
{
border-color: #252B90;
}
</style>