Shades of Egyptian Blue #233992
Tints of Egyptian Blue #233992
RGB
CMYK
RGB Variations
Color information
#233992 (or 0x233992) is known color: Egyptian Blue. HEX triplet: 23, 39 and 92. RGB value is (35,57,146). Sum of RGB (Red+Green+Blue) = 35+57+146=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #233992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233992 is #DCC66D. Grayscale: #3C3C3C. Windows color (decimal): -14468718 or 9582883. OLE color: 9582883.
HSL color Cylindrical-coordinate representation of color #233992: hue angle of 228.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233992 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 57 | 146 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.43 |
| HSL | 228.11º | 0.61% | 0.35% | - |
| HSV(B) | 228.11º | 0.76% | 0.57% | - |
| XYZ | 7.34 | 5.36 | 27.84 | - |
| YUV | 60.57 | 176.21 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 146 | 0.76 | 0.61 | 0 | 0.43 | 228.11 | 0.61 | 0.35 |
| Hex | 23 | 39 | 92 | 4C | 3D | 0 | 2B | E4 | 3D | 23 |
| Octal | 43 | 71 | 222 | 114 | 75 | 0 | 53 | 344 | 75 | 43 |
| Binary | 100011 | 111001 | 10010010 | 1001100 | 111101 | 0 | 101011 | 11100100 | 111101 | 100011 |
Color Harmonies of #233992
Complementary color
Monochromatic Colors of #233992
Black with #233992
Text Example
Text Example
White with #233992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233992; }
p { color: rgb(35,57,146); }
H1.HeaderClassName
{
color: #233992;
}
.AnyTagClassName
{
color: #233992;
}
</style>
background-color css
<style>
a { background-color: #233992; }
a { background-color: rgb(35,57,146); }
div.DivClassName
{
background-color: #233992;
}
.BgClassName
{
background-color: #233992;
}
</style>
border-color css
<style>
span { border-color: #233992; }
span { border-color: rgb(35,57,146); }
td.TdClassName
{
border-color: #233992;
}
.TagClassName
{
border-color: #233992;
}
</style>