Shades of Egyptian Blue #262A92
Tints of Egyptian Blue #262A92
RGB
CMYK
RGB Variations
Color information
#262A92 (or 0x262A92) is known color: Egyptian Blue. HEX triplet: 26, 2A and 92. RGB value is (38,42,146). Sum of RGB (Red+Green+Blue) = 38+42+146=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #262A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262A92 is #D9D56D. Grayscale: #343434. Windows color (decimal): -14275950 or 9579046. OLE color: 9579046.
HSL color Cylindrical-coordinate representation of color #262A92: hue angle of 237.78º 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 #262A92 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 42 | 146 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.43 |
| HSL | 237.78º | 0.59% | 0.36% | - |
| HSV(B) | 237.78º | 0.74% | 0.57% | - |
| XYZ | 6.82 | 4.14 | 27.63 | - |
| YUV | 52.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 146 | 0.74 | 0.71 | 0 | 0.43 | 237.78 | 0.59 | 0.36 |
| Hex | 26 | 2A | 92 | 4A | 47 | 0 | 2B | EE | 3B | 24 |
| Octal | 46 | 52 | 222 | 112 | 107 | 0 | 53 | 356 | 73 | 44 |
| Binary | 100110 | 101010 | 10010010 | 1001010 | 1000111 | 0 | 101011 | 11101110 | 111011 | 100100 |
Color Harmonies of #262A92
Complementary color
Monochromatic Colors of #262A92
Black with #262A92
Text Example
Text Example
White with #262A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A92; }
p { color: rgb(38,42,146); }
H1.HeaderClassName
{
color: #262A92;
}
.AnyTagClassName
{
color: #262A92;
}
</style>
background-color css
<style>
a { background-color: #262A92; }
a { background-color: rgb(38,42,146); }
div.DivClassName
{
background-color: #262A92;
}
.BgClassName
{
background-color: #262A92;
}
</style>
border-color css
<style>
span { border-color: #262A92; }
span { border-color: rgb(38,42,146); }
td.TdClassName
{
border-color: #262A92;
}
.TagClassName
{
border-color: #262A92;
}
</style>