Shades of Egyptian Blue #233AA3
Tints of Egyptian Blue #233AA3
RGB
CMYK
RGB Variations
Color information
#233AA3 (or 0x233AA3) is known color: Egyptian Blue. HEX triplet: 23, 3A and A3. RGB value is (35,58,163). Sum of RGB (Red+Green+Blue) = 35+58+163=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 163 (64.06% from 255 or 63.67% from 256); Max value from RGB is 163 - color contains mainly: blue. Hex color #233AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233AA3 is #DCC55C. Grayscale: #3E3E3E. Windows color (decimal): -14468445 or 10697251. OLE color: 10697251.
HSL color Cylindrical-coordinate representation of color #233AA3: hue angle of 229.22º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #233AA3 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 58 | 163 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.36 |
| HSL | 229.22º | 0.65% | 0.39% | - |
| HSV(B) | 229.22º | 0.79% | 0.64% | - |
| XYZ | 8.82 | 6.03 | 35.35 | - |
| YUV | 63.09 | 184.38 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 163 | 0.79 | 0.64 | 0 | 0.36 | 229.22 | 0.65 | 0.39 |
| Hex | 23 | 3A | A3 | 4F | 40 | 0 | 24 | E5 | 41 | 27 |
| Octal | 43 | 72 | 243 | 117 | 100 | 0 | 44 | 345 | 101 | 47 |
| Binary | 100011 | 111010 | 10100011 | 1001111 | 1000000 | 0 | 100100 | 11100101 | 1000001 | 100111 |
Color Harmonies of #233AA3
Complementary color
Monochromatic Colors of #233AA3
Black with #233AA3
Text Example
Text Example
White with #233AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233AA3; }
p { color: rgb(35,58,163); }
H1.HeaderClassName
{
color: #233AA3;
}
.AnyTagClassName
{
color: #233AA3;
}
</style>
background-color css
<style>
a { background-color: #233AA3; }
a { background-color: rgb(35,58,163); }
div.DivClassName
{
background-color: #233AA3;
}
.BgClassName
{
background-color: #233AA3;
}
</style>
border-color css
<style>
span { border-color: #233AA3; }
span { border-color: rgb(35,58,163); }
td.TdClassName
{
border-color: #233AA3;
}
.TagClassName
{
border-color: #233AA3;
}
</style>