Shades of Egyptian Blue #262FA0
Tints of Egyptian Blue #262FA0
RGB
CMYK
RGB Variations
Color information
#262FA0 (or 0x262FA0) is known color: Egyptian Blue. HEX triplet: 26, 2F and A0. RGB value is (38,47,160). Sum of RGB (Red+Green+Blue) = 38+47+160=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #262FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262FA0 is #D9D05F. Grayscale: #383838. Windows color (decimal): -14274656 or 10497830. OLE color: 10497830.
HSL color Cylindrical-coordinate representation of color #262FA0: hue angle of 235.57º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #262FA0 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 47 | 160 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.37 |
| HSL | 235.57º | 0.62% | 0.39% | - |
| HSV(B) | 235.57º | 0.76% | 0.63% | - |
| XYZ | 8.16 | 4.98 | 33.79 | - |
| YUV | 57.19 | 186.02 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 160 | 0.76 | 0.71 | 0 | 0.37 | 235.57 | 0.62 | 0.39 |
| Hex | 26 | 2F | A0 | 4C | 47 | 0 | 25 | EC | 3E | 27 |
| Octal | 46 | 57 | 240 | 114 | 107 | 0 | 45 | 354 | 76 | 47 |
| Binary | 100110 | 101111 | 10100000 | 1001100 | 1000111 | 0 | 100101 | 11101100 | 111110 | 100111 |
Color Harmonies of #262FA0
Complementary color
Monochromatic Colors of #262FA0
Black with #262FA0
Text Example
Text Example
White with #262FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FA0; }
p { color: rgb(38,47,160); }
H1.HeaderClassName
{
color: #262FA0;
}
.AnyTagClassName
{
color: #262FA0;
}
</style>
background-color css
<style>
a { background-color: #262FA0; }
a { background-color: rgb(38,47,160); }
div.DivClassName
{
background-color: #262FA0;
}
.BgClassName
{
background-color: #262FA0;
}
</style>
border-color css
<style>
span { border-color: #262FA0; }
span { border-color: rgb(38,47,160); }
td.TdClassName
{
border-color: #262FA0;
}
.TagClassName
{
border-color: #262FA0;
}
</style>