Shades of Egyptian Blue #263DA2
Tints of Egyptian Blue #263DA2
RGB
CMYK
RGB Variations
Color information
#263DA2 (or 0x263DA2) is known color: Egyptian Blue. HEX triplet: 26, 3D and A2. RGB value is (38,61,162). Sum of RGB (Red+Green+Blue) = 38+61+162=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 162 (63.67% from 255 or 62.07% from 261); Max value from RGB is 162 - color contains mainly: blue. Hex color #263DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263DA2 is #D9C25D. Grayscale: #414141. Windows color (decimal): -14271070 or 10632486. OLE color: 10632486.
HSL color Cylindrical-coordinate representation of color #263DA2: hue angle of 228.87º 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 #263DA2 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 61 | 162 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.36 |
| HSL | 228.87º | 0.62% | 0.39% | - |
| HSV(B) | 228.87º | 0.77% | 0.64% | - |
| XYZ | 8.99 | 6.36 | 34.94 | - |
| YUV | 65.64 | 182.38 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 162 | 0.77 | 0.62 | 0 | 0.36 | 228.87 | 0.62 | 0.39 |
| Hex | 26 | 3D | A2 | 4D | 3E | 0 | 24 | E5 | 3E | 27 |
| Octal | 46 | 75 | 242 | 115 | 76 | 0 | 44 | 345 | 76 | 47 |
| Binary | 100110 | 111101 | 10100010 | 1001101 | 111110 | 0 | 100100 | 11100101 | 111110 | 100111 |
Color Harmonies of #263DA2
Complementary color
Monochromatic Colors of #263DA2
Black with #263DA2
Text Example
Text Example
White with #263DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DA2; }
p { color: rgb(38,61,162); }
H1.HeaderClassName
{
color: #263DA2;
}
.AnyTagClassName
{
color: #263DA2;
}
</style>
background-color css
<style>
a { background-color: #263DA2; }
a { background-color: rgb(38,61,162); }
div.DivClassName
{
background-color: #263DA2;
}
.BgClassName
{
background-color: #263DA2;
}
</style>
border-color css
<style>
span { border-color: #263DA2; }
span { border-color: rgb(38,61,162); }
td.TdClassName
{
border-color: #263DA2;
}
.TagClassName
{
border-color: #263DA2;
}
</style>