Shades of Egyptian Blue #262D95
Tints of Egyptian Blue #262D95
RGB
CMYK
RGB Variations
Color information
#262D95 (or 0x262D95) is known color: Egyptian Blue. HEX triplet: 26, 2D and 95. RGB value is (38,45,149). Sum of RGB (Red+Green+Blue) = 38+45+149=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #262D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262D95 is #D9D26A. Grayscale: #363636. Windows color (decimal): -14275179 or 9776422. OLE color: 9776422.
HSL color Cylindrical-coordinate representation of color #262D95: hue angle of 236.22º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262D95 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 45 | 149 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.42 |
| HSL | 236.22º | 0.59% | 0.37% | - |
| HSV(B) | 236.22º | 0.74% | 0.58% | - |
| XYZ | 7.16 | 4.46 | 28.92 | - |
| YUV | 54.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 149 | 0.74 | 0.70 | 0 | 0.42 | 236.22 | 0.59 | 0.37 |
| Hex | 26 | 2D | 95 | 4A | 46 | 0 | 2A | EC | 3B | 25 |
| Octal | 46 | 55 | 225 | 112 | 106 | 0 | 52 | 354 | 73 | 45 |
| Binary | 100110 | 101101 | 10010101 | 1001010 | 1000110 | 0 | 101010 | 11101100 | 111011 | 100101 |
Color Harmonies of #262D95
Complementary color
Monochromatic Colors of #262D95
Black with #262D95
Text Example
Text Example
White with #262D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D95; }
p { color: rgb(38,45,149); }
H1.HeaderClassName
{
color: #262D95;
}
.AnyTagClassName
{
color: #262D95;
}
</style>
background-color css
<style>
a { background-color: #262D95; }
a { background-color: rgb(38,45,149); }
div.DivClassName
{
background-color: #262D95;
}
.BgClassName
{
background-color: #262D95;
}
</style>
border-color css
<style>
span { border-color: #262D95; }
span { border-color: rgb(38,45,149); }
td.TdClassName
{
border-color: #262D95;
}
.TagClassName
{
border-color: #262D95;
}
</style>