Shades of Egyptian Blue #262D92
Tints of Egyptian Blue #262D92
RGB
CMYK
RGB Variations
Color information
#262D92 (or 0x262D92) is known color: Egyptian Blue. HEX triplet: 26, 2D and 92. RGB value is (38,45,146). Sum of RGB (Red+Green+Blue) = 38+45+146=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #262D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262D92 is #D9D26D. Grayscale: #363636. Windows color (decimal): -14275182 or 9579814. OLE color: 9579814.
HSL color Cylindrical-coordinate representation of color #262D92: hue angle of 236.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262D92 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 45 | 146 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.43 |
| HSL | 236.11º | 0.59% | 0.36% | - |
| HSV(B) | 236.11º | 0.74% | 0.57% | - |
| XYZ | 6.93 | 4.36 | 27.67 | - |
| YUV | 54.42 | 179.68 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 146 | 0.74 | 0.69 | 0 | 0.43 | 236.11 | 0.59 | 0.36 |
| Hex | 26 | 2D | 92 | 4A | 45 | 0 | 2B | EC | 3B | 24 |
| Octal | 46 | 55 | 222 | 112 | 105 | 0 | 53 | 354 | 73 | 44 |
| Binary | 100110 | 101101 | 10010010 | 1001010 | 1000101 | 0 | 101011 | 11101100 | 111011 | 100100 |
Color Harmonies of #262D92
Complementary color
Monochromatic Colors of #262D92
Black with #262D92
Text Example
Text Example
White with #262D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D92; }
p { color: rgb(38,45,146); }
H1.HeaderClassName
{
color: #262D92;
}
.AnyTagClassName
{
color: #262D92;
}
</style>
background-color css
<style>
a { background-color: #262D92; }
a { background-color: rgb(38,45,146); }
div.DivClassName
{
background-color: #262D92;
}
.BgClassName
{
background-color: #262D92;
}
</style>
border-color css
<style>
span { border-color: #262D92; }
span { border-color: rgb(38,45,146); }
td.TdClassName
{
border-color: #262D92;
}
.TagClassName
{
border-color: #262D92;
}
</style>