Shades of Egyptian Blue #252F9E
Tints of Egyptian Blue #252F9E
RGB
CMYK
RGB Variations
Color information
#252F9E (or 0x252F9E) is known color: Egyptian Blue. HEX triplet: 25, 2F and 9E. RGB value is (37,47,158). Sum of RGB (Red+Green+Blue) = 37+47+158=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #252F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252F9E is #DAD061. Grayscale: #383838. Windows color (decimal): -14340194 or 10366757. OLE color: 10366757.
HSL color Cylindrical-coordinate representation of color #252F9E: hue angle of 235.04º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #252F9E is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 47 | 158 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.38 |
| HSL | 235.04º | 0.62% | 0.38% | - |
| HSV(B) | 235.04º | 0.77% | 0.62% | - |
| XYZ | 7.95 | 4.89 | 32.87 | - |
| YUV | 56.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 158 | 0.77 | 0.70 | 0 | 0.38 | 235.04 | 0.62 | 0.38 |
| Hex | 25 | 2F | 9E | 4D | 46 | 0 | 26 | EB | 3E | 26 |
| Octal | 45 | 57 | 236 | 115 | 106 | 0 | 46 | 353 | 76 | 46 |
| Binary | 100101 | 101111 | 10011110 | 1001101 | 1000110 | 0 | 100110 | 11101011 | 111110 | 100110 |
Color Harmonies of #252F9E
Complementary color
Monochromatic Colors of #252F9E
Black with #252F9E
Text Example
Text Example
White with #252F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252F9E; }
p { color: rgb(37,47,158); }
H1.HeaderClassName
{
color: #252F9E;
}
.AnyTagClassName
{
color: #252F9E;
}
</style>
background-color css
<style>
a { background-color: #252F9E; }
a { background-color: rgb(37,47,158); }
div.DivClassName
{
background-color: #252F9E;
}
.BgClassName
{
background-color: #252F9E;
}
</style>
border-color css
<style>
span { border-color: #252F9E; }
span { border-color: rgb(37,47,158); }
td.TdClassName
{
border-color: #252F9E;
}
.TagClassName
{
border-color: #252F9E;
}
</style>