Shades of Egyptian Blue #233998
Tints of Egyptian Blue #233998
RGB
CMYK
RGB Variations
Color information
#233998 (or 0x233998) is known color: Egyptian Blue. HEX triplet: 23, 39 and 98. RGB value is (35,57,152). Sum of RGB (Red+Green+Blue) = 35+57+152=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #233998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233998 is #DCC667. Grayscale: #3C3C3C. Windows color (decimal): -14468712 or 9976099. OLE color: 9976099.
HSL color Cylindrical-coordinate representation of color #233998: hue angle of 228.72º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233998 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 57 | 152 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.40 |
| HSL | 228.72º | 0.63% | 0.37% | - |
| HSV(B) | 228.72º | 0.77% | 0.6% | - |
| XYZ | 7.82 | 5.55 | 30.36 | - |
| YUV | 61.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 152 | 0.77 | 0.62 | 0 | 0.40 | 228.72 | 0.63 | 0.37 |
| Hex | 23 | 39 | 98 | 4D | 3E | 0 | 28 | E5 | 3F | 25 |
| Octal | 43 | 71 | 230 | 115 | 76 | 0 | 50 | 345 | 77 | 45 |
| Binary | 100011 | 111001 | 10011000 | 1001101 | 111110 | 0 | 101000 | 11100101 | 111111 | 100101 |
Color Harmonies of #233998
Complementary color
Monochromatic Colors of #233998
Black with #233998
Text Example
Text Example
White with #233998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233998; }
p { color: rgb(35,57,152); }
H1.HeaderClassName
{
color: #233998;
}
.AnyTagClassName
{
color: #233998;
}
</style>
background-color css
<style>
a { background-color: #233998; }
a { background-color: rgb(35,57,152); }
div.DivClassName
{
background-color: #233998;
}
.BgClassName
{
background-color: #233998;
}
</style>
border-color css
<style>
span { border-color: #233998; }
span { border-color: rgb(35,57,152); }
td.TdClassName
{
border-color: #233998;
}
.TagClassName
{
border-color: #233998;
}
</style>