Shades of Egyptian Blue #262DA5
Tints of Egyptian Blue #262DA5
RGB
CMYK
RGB Variations
Color information
#262DA5 (or 0x262DA5) is known color: Egyptian Blue. HEX triplet: 26, 2D and A5. RGB value is (38,45,165). Sum of RGB (Red+Green+Blue) = 38+45+165=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 165 (64.84% from 255 or 66.53% from 248); Max value from RGB is 165 - color contains mainly: blue. Hex color #262DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262DA5 is #D9D25A. Grayscale: #383838. Windows color (decimal): -14275163 or 10824998. OLE color: 10824998.
HSL color Cylindrical-coordinate representation of color #262DA5: hue angle of 236.69º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #262DA5 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 45 | 165 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.35 |
| HSL | 236.69º | 0.63% | 0.4% | - |
| HSV(B) | 236.69º | 0.77% | 0.65% | - |
| XYZ | 8.53 | 5.01 | 36.11 | - |
| YUV | 56.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 165 | 0.77 | 0.73 | 0 | 0.35 | 236.69 | 0.63 | 0.4 |
| Hex | 26 | 2D | A5 | 4D | 49 | 0 | 23 | ED | 3F | 28 |
| Octal | 46 | 55 | 245 | 115 | 111 | 0 | 43 | 355 | 77 | 50 |
| Binary | 100110 | 101101 | 10100101 | 1001101 | 1001001 | 0 | 100011 | 11101101 | 111111 | 101000 |
Color Harmonies of #262DA5
Complementary color
Monochromatic Colors of #262DA5
Black with #262DA5
Text Example
Text Example
White with #262DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262DA5; }
p { color: rgb(38,45,165); }
H1.HeaderClassName
{
color: #262DA5;
}
.AnyTagClassName
{
color: #262DA5;
}
</style>
background-color css
<style>
a { background-color: #262DA5; }
a { background-color: rgb(38,45,165); }
div.DivClassName
{
background-color: #262DA5;
}
.BgClassName
{
background-color: #262DA5;
}
</style>
border-color css
<style>
span { border-color: #262DA5; }
span { border-color: rgb(38,45,165); }
td.TdClassName
{
border-color: #262DA5;
}
.TagClassName
{
border-color: #262DA5;
}
</style>