Shades of Egyptian Blue #262AA2
Tints of Egyptian Blue #262AA2
RGB
CMYK
RGB Variations
Color information
#262AA2 (or 0x262AA2) is known color: Egyptian Blue. HEX triplet: 26, 2A and A2. RGB value is (38,42,162). Sum of RGB (Red+Green+Blue) = 38+42+162=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 162 (63.67% from 255 or 66.94% from 242); Max value from RGB is 162 - color contains mainly: blue. Hex color #262AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262AA2 is #D9D55D. Grayscale: #363636. Windows color (decimal): -14275934 or 10627622. OLE color: 10627622.
HSL color Cylindrical-coordinate representation of color #262AA2: hue angle of 238.06º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #262AA2 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 42 | 162 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.36 |
| HSL | 238.06º | 0.62% | 0.39% | - |
| HSV(B) | 238.06º | 0.77% | 0.64% | - |
| XYZ | 8.15 | 4.68 | 34.66 | - |
| YUV | 54.48 | 188.67 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 162 | 0.77 | 0.74 | 0 | 0.36 | 238.06 | 0.62 | 0.39 |
| Hex | 26 | 2A | A2 | 4D | 4A | 0 | 24 | EE | 3E | 27 |
| Octal | 46 | 52 | 242 | 115 | 112 | 0 | 44 | 356 | 76 | 47 |
| Binary | 100110 | 101010 | 10100010 | 1001101 | 1001010 | 0 | 100100 | 11101110 | 111110 | 100111 |
Color Harmonies of #262AA2
Complementary color
Monochromatic Colors of #262AA2
Black with #262AA2
Text Example
Text Example
White with #262AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262AA2; }
p { color: rgb(38,42,162); }
H1.HeaderClassName
{
color: #262AA2;
}
.AnyTagClassName
{
color: #262AA2;
}
</style>
background-color css
<style>
a { background-color: #262AA2; }
a { background-color: rgb(38,42,162); }
div.DivClassName
{
background-color: #262AA2;
}
.BgClassName
{
background-color: #262AA2;
}
</style>
border-color css
<style>
span { border-color: #262AA2; }
span { border-color: rgb(38,42,162); }
td.TdClassName
{
border-color: #262AA2;
}
.TagClassName
{
border-color: #262AA2;
}
</style>