Shades of Egyptian Blue #262F98
Tints of Egyptian Blue #262F98
RGB
CMYK
RGB Variations
Color information
#262F98 (or 0x262F98) is known color: Egyptian Blue. HEX triplet: 26, 2F and 98. RGB value is (38,47,152). Sum of RGB (Red+Green+Blue) = 38+47+152=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #262F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262F98 is #D9D067. Grayscale: #373737. Windows color (decimal): -14274664 or 9973542. OLE color: 9973542.
HSL color Cylindrical-coordinate representation of color #262F98: hue angle of 235.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #262F98 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 47 | 152 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.40 |
| HSL | 235.26º | 0.6% | 0.37% | - |
| HSV(B) | 235.26º | 0.75% | 0.6% | - |
| XYZ | 7.48 | 4.71 | 30.22 | - |
| YUV | 56.28 | 182.02 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 152 | 0.75 | 0.69 | 0 | 0.40 | 235.26 | 0.6 | 0.37 |
| Hex | 26 | 2F | 98 | 4B | 45 | 0 | 28 | EB | 3C | 25 |
| Octal | 46 | 57 | 230 | 113 | 105 | 0 | 50 | 353 | 74 | 45 |
| Binary | 100110 | 101111 | 10011000 | 1001011 | 1000101 | 0 | 101000 | 11101011 | 111100 | 100101 |
Color Harmonies of #262F98
Complementary color
Monochromatic Colors of #262F98
Black with #262F98
Text Example
Text Example
White with #262F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F98; }
p { color: rgb(38,47,152); }
H1.HeaderClassName
{
color: #262F98;
}
.AnyTagClassName
{
color: #262F98;
}
</style>
background-color css
<style>
a { background-color: #262F98; }
a { background-color: rgb(38,47,152); }
div.DivClassName
{
background-color: #262F98;
}
.BgClassName
{
background-color: #262F98;
}
</style>
border-color css
<style>
span { border-color: #262F98; }
span { border-color: rgb(38,47,152); }
td.TdClassName
{
border-color: #262F98;
}
.TagClassName
{
border-color: #262F98;
}
</style>