Shades of Egyptian Blue #233A92
Tints of Egyptian Blue #233A92
RGB
CMYK
RGB Variations
Color information
#233A92 (or 0x233A92) is known color: Egyptian Blue. HEX triplet: 23, 3A and 92. RGB value is (35,58,146). Sum of RGB (Red+Green+Blue) = 35+58+146=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #233A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233A92 is #DCC56D. Grayscale: #3C3C3C. Windows color (decimal): -14468462 or 9583139. OLE color: 9583139.
HSL color Cylindrical-coordinate representation of color #233A92: hue angle of 227.57º 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 #233A92 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 58 | 146 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.43 |
| HSL | 227.57º | 0.61% | 0.35% | - |
| HSV(B) | 227.57º | 0.76% | 0.57% | - |
| XYZ | 7.39 | 5.46 | 27.86 | - |
| YUV | 61.16 | 175.88 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 146 | 0.76 | 0.60 | 0 | 0.43 | 227.57 | 0.61 | 0.35 |
| Hex | 23 | 3A | 92 | 4C | 3C | 0 | 2B | E4 | 3D | 23 |
| Octal | 43 | 72 | 222 | 114 | 74 | 0 | 53 | 344 | 75 | 43 |
| Binary | 100011 | 111010 | 10010010 | 1001100 | 111100 | 0 | 101011 | 11100100 | 111101 | 100011 |
Color Harmonies of #233A92
Complementary color
Monochromatic Colors of #233A92
Black with #233A92
Text Example
Text Example
White with #233A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A92; }
p { color: rgb(35,58,146); }
H1.HeaderClassName
{
color: #233A92;
}
.AnyTagClassName
{
color: #233A92;
}
</style>
background-color css
<style>
a { background-color: #233A92; }
a { background-color: rgb(35,58,146); }
div.DivClassName
{
background-color: #233A92;
}
.BgClassName
{
background-color: #233A92;
}
</style>
border-color css
<style>
span { border-color: #233A92; }
span { border-color: rgb(35,58,146); }
td.TdClassName
{
border-color: #233A92;
}
.TagClassName
{
border-color: #233A92;
}
</style>