Shades of Egyptian Blue #25309D
Tints of Egyptian Blue #25309D
RGB
CMYK
RGB Variations
Color information
#25309D (or 0x25309D) is known color: Egyptian Blue. HEX triplet: 25, 30 and 9D. RGB value is (37,48,157). Sum of RGB (Red+Green+Blue) = 37+48+157=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #25309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25309D is #DACF62. Grayscale: #383838. Windows color (decimal): -14339939 or 10301477. OLE color: 10301477.
HSL color Cylindrical-coordinate representation of color #25309D: hue angle of 234.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25309D is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 48 | 157 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.38 |
| HSL | 234.5º | 0.62% | 0.38% | - |
| HSV(B) | 234.5º | 0.76% | 0.62% | - |
| XYZ | 7.91 | 4.94 | 32.44 | - |
| YUV | 57.14 | 184.36 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 157 | 0.76 | 0.69 | 0 | 0.38 | 234.5 | 0.62 | 0.38 |
| Hex | 25 | 30 | 9D | 4C | 45 | 0 | 26 | EA | 3E | 26 |
| Octal | 45 | 60 | 235 | 114 | 105 | 0 | 46 | 352 | 76 | 46 |
| Binary | 100101 | 110000 | 10011101 | 1001100 | 1000101 | 0 | 100110 | 11101010 | 111110 | 100110 |
Color Harmonies of #25309D
Complementary color
Monochromatic Colors of #25309D
Black with #25309D
Text Example
Text Example
White with #25309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25309D; }
p { color: rgb(37,48,157); }
H1.HeaderClassName
{
color: #25309D;
}
.AnyTagClassName
{
color: #25309D;
}
</style>
background-color css
<style>
a { background-color: #25309D; }
a { background-color: rgb(37,48,157); }
div.DivClassName
{
background-color: #25309D;
}
.BgClassName
{
background-color: #25309D;
}
</style>
border-color css
<style>
span { border-color: #25309D; }
span { border-color: rgb(37,48,157); }
td.TdClassName
{
border-color: #25309D;
}
.TagClassName
{
border-color: #25309D;
}
</style>