Shades of Egyptian Blue #252F90
Tints of Egyptian Blue #252F90
RGB
CMYK
RGB Variations
Color information
#252F90 (or 0x252F90) is known color: Egyptian Blue. HEX triplet: 25, 2F and 90. RGB value is (37,47,144). Sum of RGB (Red+Green+Blue) = 37+47+144=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #252F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252F90 is #DAD06F. Grayscale: #363636. Windows color (decimal): -14340208 or 9449253. OLE color: 9449253.
HSL color Cylindrical-coordinate representation of color #252F90: hue angle of 234.39º 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 #252F90 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 47 | 144 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.44 |
| HSL | 234.39º | 0.59% | 0.35% | - |
| HSV(B) | 234.39º | 0.74% | 0.56% | - |
| XYZ | 6.81 | 4.44 | 26.88 | - |
| YUV | 55.07 | 178.19 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 144 | 0.74 | 0.67 | 0 | 0.44 | 234.39 | 0.59 | 0.35 |
| Hex | 25 | 2F | 90 | 4A | 43 | 0 | 2C | EA | 3B | 23 |
| Octal | 45 | 57 | 220 | 112 | 103 | 0 | 54 | 352 | 73 | 43 |
| Binary | 100101 | 101111 | 10010000 | 1001010 | 1000011 | 0 | 101100 | 11101010 | 111011 | 100011 |
Color Harmonies of #252F90
Complementary color
Monochromatic Colors of #252F90
Black with #252F90
Text Example
Text Example
White with #252F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252F90; }
p { color: rgb(37,47,144); }
H1.HeaderClassName
{
color: #252F90;
}
.AnyTagClassName
{
color: #252F90;
}
</style>
background-color css
<style>
a { background-color: #252F90; }
a { background-color: rgb(37,47,144); }
div.DivClassName
{
background-color: #252F90;
}
.BgClassName
{
background-color: #252F90;
}
</style>
border-color css
<style>
span { border-color: #252F90; }
span { border-color: rgb(37,47,144); }
td.TdClassName
{
border-color: #252F90;
}
.TagClassName
{
border-color: #252F90;
}
</style>