Shades of Egyptian Blue #2345A3
Tints of Egyptian Blue #2345A3
RGB
CMYK
RGB Variations
Color information
#2345A3 (or 0x2345A3) is known color: Egyptian Blue. HEX triplet: 23, 45 and A3. RGB value is (35,69,163). Sum of RGB (Red+Green+Blue) = 35+69+163=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 163 (64.06% from 255 or 61.05% from 267); Max value from RGB is 163 - color contains mainly: blue. Hex color #2345A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2345A3 is #DCBA5C. Grayscale: #454545. Windows color (decimal): -14465629 or 10700067. OLE color: 10700067.
HSL color Cylindrical-coordinate representation of color #2345A3: hue angle of 224.06º 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 #2345A3 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 69 | 163 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.36 |
| HSL | 224.06º | 0.65% | 0.39% | - |
| HSV(B) | 224.06º | 0.79% | 0.64% | - |
| XYZ | 9.43 | 7.26 | 35.55 | - |
| YUV | 69.55 | 180.74 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 163 | 0.79 | 0.58 | 0 | 0.36 | 224.06 | 0.65 | 0.39 |
| Hex | 23 | 45 | A3 | 4F | 3A | 0 | 24 | E0 | 41 | 27 |
| Octal | 43 | 105 | 243 | 117 | 72 | 0 | 44 | 340 | 101 | 47 |
| Binary | 100011 | 1000101 | 10100011 | 1001111 | 111010 | 0 | 100100 | 11100000 | 1000001 | 100111 |
Color Harmonies of #2345A3
Complementary color
Monochromatic Colors of #2345A3
Black with #2345A3
Text Example
Text Example
White with #2345A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2345A3; }
p { color: rgb(35,69,163); }
H1.HeaderClassName
{
color: #2345A3;
}
.AnyTagClassName
{
color: #2345A3;
}
</style>
background-color css
<style>
a { background-color: #2345A3; }
a { background-color: rgb(35,69,163); }
div.DivClassName
{
background-color: #2345A3;
}
.BgClassName
{
background-color: #2345A3;
}
</style>
border-color css
<style>
span { border-color: #2345A3; }
span { border-color: rgb(35,69,163); }
td.TdClassName
{
border-color: #2345A3;
}
.TagClassName
{
border-color: #2345A3;
}
</style>