Shades of Egyptian Blue #25369F
Tints of Egyptian Blue #25369F
RGB
CMYK
RGB Variations
Color information
#25369F (or 0x25369F) is known color: Egyptian Blue. HEX triplet: 25, 36 and 9F. RGB value is (37,54,159). Sum of RGB (Red+Green+Blue) = 37+54+159=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #25369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25369F is #DAC960. Grayscale: #3C3C3C. Windows color (decimal): -14338401 or 10434085. OLE color: 10434085.
HSL color Cylindrical-coordinate representation of color #25369F: hue angle of 231.64º 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 #25369F is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 54 | 159 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.38 |
| HSL | 231.64º | 0.62% | 0.38% | - |
| HSV(B) | 231.64º | 0.77% | 0.62% | - |
| XYZ | 8.34 | 5.53 | 33.43 | - |
| YUV | 60.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 159 | 0.77 | 0.66 | 0 | 0.38 | 231.64 | 0.62 | 0.38 |
| Hex | 25 | 36 | 9F | 4D | 42 | 0 | 26 | E8 | 3E | 26 |
| Octal | 45 | 66 | 237 | 115 | 102 | 0 | 46 | 350 | 76 | 46 |
| Binary | 100101 | 110110 | 10011111 | 1001101 | 1000010 | 0 | 100110 | 11101000 | 111110 | 100110 |
Color Harmonies of #25369F
Complementary color
Monochromatic Colors of #25369F
Black with #25369F
Text Example
Text Example
White with #25369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25369F; }
p { color: rgb(37,54,159); }
H1.HeaderClassName
{
color: #25369F;
}
.AnyTagClassName
{
color: #25369F;
}
</style>
background-color css
<style>
a { background-color: #25369F; }
a { background-color: rgb(37,54,159); }
div.DivClassName
{
background-color: #25369F;
}
.BgClassName
{
background-color: #25369F;
}
</style>
border-color css
<style>
span { border-color: #25369F; }
span { border-color: rgb(37,54,159); }
td.TdClassName
{
border-color: #25369F;
}
.TagClassName
{
border-color: #25369F;
}
</style>