Shades of Egyptian Blue #262FA3
Tints of Egyptian Blue #262FA3
RGB
CMYK
RGB Variations
Color information
#262FA3 (or 0x262FA3) is known color: Egyptian Blue. HEX triplet: 26, 2F and A3. RGB value is (38,47,163). Sum of RGB (Red+Green+Blue) = 38+47+163=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 163 (64.06% from 255 or 65.73% from 248); Max value from RGB is 163 - color contains mainly: blue. Hex color #262FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262FA3 is #D9D05C. Grayscale: #393939. Windows color (decimal): -14274653 or 10694438. OLE color: 10694438.
HSL color Cylindrical-coordinate representation of color #262FA3: hue angle of 235.68º 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 #262FA3 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 47 | 163 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.36 |
| HSL | 235.68º | 0.62% | 0.39% | - |
| HSV(B) | 235.68º | 0.77% | 0.64% | - |
| XYZ | 8.43 | 5.09 | 35.19 | - |
| YUV | 57.53 | 187.52 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 163 | 0.77 | 0.71 | 0 | 0.36 | 235.68 | 0.62 | 0.39 |
| Hex | 26 | 2F | A3 | 4D | 47 | 0 | 24 | EC | 3E | 27 |
| Octal | 46 | 57 | 243 | 115 | 107 | 0 | 44 | 354 | 76 | 47 |
| Binary | 100110 | 101111 | 10100011 | 1001101 | 1000111 | 0 | 100100 | 11101100 | 111110 | 100111 |
Color Harmonies of #262FA3
Complementary color
Monochromatic Colors of #262FA3
Black with #262FA3
Text Example
Text Example
White with #262FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FA3; }
p { color: rgb(38,47,163); }
H1.HeaderClassName
{
color: #262FA3;
}
.AnyTagClassName
{
color: #262FA3;
}
</style>
background-color css
<style>
a { background-color: #262FA3; }
a { background-color: rgb(38,47,163); }
div.DivClassName
{
background-color: #262FA3;
}
.BgClassName
{
background-color: #262FA3;
}
</style>
border-color css
<style>
span { border-color: #262FA3; }
span { border-color: rgb(38,47,163); }
td.TdClassName
{
border-color: #262FA3;
}
.TagClassName
{
border-color: #262FA3;
}
</style>