Shades of Egyptian Blue #23359C
Tints of Egyptian Blue #23359C
RGB
CMYK
RGB Variations
Color information
#23359C (or 0x23359C) is known color: Egyptian Blue. HEX triplet: 23, 35 and 9C. RGB value is (35,53,156). Sum of RGB (Red+Green+Blue) = 35+53+156=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #23359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23359C is #DCCA63. Grayscale: #3A3A3A. Windows color (decimal): -14469732 or 10237219. OLE color: 10237219.
HSL color Cylindrical-coordinate representation of color #23359C: hue angle of 231.07º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23359C is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 53 | 156 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.39 |
| HSL | 231.07º | 0.63% | 0.37% | - |
| HSV(B) | 231.07º | 0.78% | 0.61% | - |
| XYZ | 7.97 | 5.3 | 32.06 | - |
| YUV | 59.36 | 182.54 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 156 | 0.78 | 0.66 | 0 | 0.39 | 231.07 | 0.63 | 0.37 |
| Hex | 23 | 35 | 9C | 4E | 42 | 0 | 27 | E7 | 3F | 25 |
| Octal | 43 | 65 | 234 | 116 | 102 | 0 | 47 | 347 | 77 | 45 |
| Binary | 100011 | 110101 | 10011100 | 1001110 | 1000010 | 0 | 100111 | 11100111 | 111111 | 100101 |
Color Harmonies of #23359C
Complementary color
Monochromatic Colors of #23359C
Black with #23359C
Text Example
Text Example
White with #23359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23359C; }
p { color: rgb(35,53,156); }
H1.HeaderClassName
{
color: #23359C;
}
.AnyTagClassName
{
color: #23359C;
}
</style>
background-color css
<style>
a { background-color: #23359C; }
a { background-color: rgb(35,53,156); }
div.DivClassName
{
background-color: #23359C;
}
.BgClassName
{
background-color: #23359C;
}
</style>
border-color css
<style>
span { border-color: #23359C; }
span { border-color: rgb(35,53,156); }
td.TdClassName
{
border-color: #23359C;
}
.TagClassName
{
border-color: #23359C;
}
</style>