Shades of Egyptian Blue #263CA2
Tints of Egyptian Blue #263CA2
RGB
CMYK
RGB Variations
Color information
#263CA2 (or 0x263CA2) is known color: Egyptian Blue. HEX triplet: 26, 3C and A2. RGB value is (38,60,162). Sum of RGB (Red+Green+Blue) = 38+60+162=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #263CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263CA2 is #D9C35D. Grayscale: #404040. Windows color (decimal): -14271326 or 10632230. OLE color: 10632230.
HSL color Cylindrical-coordinate representation of color #263CA2: hue angle of 229.35º 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 #263CA2 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 60 | 162 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.36 |
| HSL | 229.35º | 0.62% | 0.39% | - |
| HSV(B) | 229.35º | 0.77% | 0.64% | - |
| XYZ | 8.94 | 6.25 | 34.92 | - |
| YUV | 65.05 | 182.71 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 162 | 0.77 | 0.63 | 0 | 0.36 | 229.35 | 0.62 | 0.39 |
| Hex | 26 | 3C | A2 | 4D | 3F | 0 | 24 | E5 | 3E | 27 |
| Octal | 46 | 74 | 242 | 115 | 77 | 0 | 44 | 345 | 76 | 47 |
| Binary | 100110 | 111100 | 10100010 | 1001101 | 111111 | 0 | 100100 | 11100101 | 111110 | 100111 |
Color Harmonies of #263CA2
Complementary color
Monochromatic Colors of #263CA2
Black with #263CA2
Text Example
Text Example
White with #263CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CA2; }
p { color: rgb(38,60,162); }
H1.HeaderClassName
{
color: #263CA2;
}
.AnyTagClassName
{
color: #263CA2;
}
</style>
background-color css
<style>
a { background-color: #263CA2; }
a { background-color: rgb(38,60,162); }
div.DivClassName
{
background-color: #263CA2;
}
.BgClassName
{
background-color: #263CA2;
}
</style>
border-color css
<style>
span { border-color: #263CA2; }
span { border-color: rgb(38,60,162); }
td.TdClassName
{
border-color: #263CA2;
}
.TagClassName
{
border-color: #263CA2;
}
</style>