Shades of Egyptian Blue #262F92
Tints of Egyptian Blue #262F92
RGB
CMYK
RGB Variations
Color information
#262F92 (or 0x262F92) is known color: Egyptian Blue. HEX triplet: 26, 2F and 92. RGB value is (38,47,146). Sum of RGB (Red+Green+Blue) = 38+47+146=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #262F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262F92 is #D9D06D. Grayscale: #373737. Windows color (decimal): -14274670 or 9580326. OLE color: 9580326.
HSL color Cylindrical-coordinate representation of color #262F92: hue angle of 235º 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 #262F92 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 47 | 146 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.43 |
| HSL | 235º | 0.59% | 0.36% | - |
| HSV(B) | 235º | 0.74% | 0.57% | - |
| XYZ | 7 | 4.52 | 27.7 | - |
| YUV | 55.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 146 | 0.74 | 0.68 | 0 | 0.43 | 235 | 0.59 | 0.36 |
| Hex | 26 | 2F | 92 | 4A | 44 | 0 | 2B | EB | 3B | 24 |
| Octal | 46 | 57 | 222 | 112 | 104 | 0 | 53 | 353 | 73 | 44 |
| Binary | 100110 | 101111 | 10010010 | 1001010 | 1000100 | 0 | 101011 | 11101011 | 111011 | 100100 |
Color Harmonies of #262F92
Complementary color
Monochromatic Colors of #262F92
Black with #262F92
Text Example
Text Example
White with #262F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F92; }
p { color: rgb(38,47,146); }
H1.HeaderClassName
{
color: #262F92;
}
.AnyTagClassName
{
color: #262F92;
}
</style>
background-color css
<style>
a { background-color: #262F92; }
a { background-color: rgb(38,47,146); }
div.DivClassName
{
background-color: #262F92;
}
.BgClassName
{
background-color: #262F92;
}
</style>
border-color css
<style>
span { border-color: #262F92; }
span { border-color: rgb(38,47,146); }
td.TdClassName
{
border-color: #262F92;
}
.TagClassName
{
border-color: #262F92;
}
</style>