Shades of Egyptian Blue #262C94
Tints of Egyptian Blue #262C94
RGB
CMYK
RGB Variations
Color information
#262C94 (or 0x262C94) is known color: Egyptian Blue. HEX triplet: 26, 2C and 94. RGB value is (38,44,148). Sum of RGB (Red+Green+Blue) = 38+44+148=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #262C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262C94 is #D9D36B. Grayscale: #353535. Windows color (decimal): -14275436 or 9710630. OLE color: 9710630.
HSL color Cylindrical-coordinate representation of color #262C94: hue angle of 236.73º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262C94 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 44 | 148 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.42 |
| HSL | 236.73º | 0.59% | 0.36% | - |
| HSV(B) | 236.73º | 0.74% | 0.58% | - |
| XYZ | 7.05 | 4.35 | 28.49 | - |
| YUV | 54.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 148 | 0.74 | 0.70 | 0 | 0.42 | 236.73 | 0.59 | 0.36 |
| Hex | 26 | 2C | 94 | 4A | 46 | 0 | 2A | ED | 3B | 24 |
| Octal | 46 | 54 | 224 | 112 | 106 | 0 | 52 | 355 | 73 | 44 |
| Binary | 100110 | 101100 | 10010100 | 1001010 | 1000110 | 0 | 101010 | 11101101 | 111011 | 100100 |
Color Harmonies of #262C94
Complementary color
Monochromatic Colors of #262C94
Black with #262C94
Text Example
Text Example
White with #262C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C94; }
p { color: rgb(38,44,148); }
H1.HeaderClassName
{
color: #262C94;
}
.AnyTagClassName
{
color: #262C94;
}
</style>
background-color css
<style>
a { background-color: #262C94; }
a { background-color: rgb(38,44,148); }
div.DivClassName
{
background-color: #262C94;
}
.BgClassName
{
background-color: #262C94;
}
</style>
border-color css
<style>
span { border-color: #262C94; }
span { border-color: rgb(38,44,148); }
td.TdClassName
{
border-color: #262C94;
}
.TagClassName
{
border-color: #262C94;
}
</style>