Shades of Egyptian Blue #232995
Tints of Egyptian Blue #232995
RGB
CMYK
RGB Variations
Color information
#232995 (or 0x232995) is known color: Egyptian Blue. HEX triplet: 23, 29 and 95. RGB value is (35,41,149). Sum of RGB (Red+Green+Blue) = 35+41+149=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #232995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232995 is #DCD66A. Grayscale: #333333. Windows color (decimal): -14472811 or 9775395. OLE color: 9775395.
HSL color Cylindrical-coordinate representation of color #232995: hue angle of 236.84º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232995 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 41 | 149 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.42 |
| HSL | 236.84º | 0.62% | 0.36% | - |
| HSV(B) | 236.84º | 0.77% | 0.58% | - |
| XYZ | 6.91 | 4.11 | 28.86 | - |
| YUV | 51.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 149 | 0.77 | 0.72 | 0 | 0.42 | 236.84 | 0.62 | 0.36 |
| Hex | 23 | 29 | 95 | 4D | 48 | 0 | 2A | ED | 3E | 24 |
| Octal | 43 | 51 | 225 | 115 | 110 | 0 | 52 | 355 | 76 | 44 |
| Binary | 100011 | 101001 | 10010101 | 1001101 | 1001000 | 0 | 101010 | 11101101 | 111110 | 100100 |
Color Harmonies of #232995
Complementary color
Monochromatic Colors of #232995
Black with #232995
Text Example
Text Example
White with #232995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232995; }
p { color: rgb(35,41,149); }
H1.HeaderClassName
{
color: #232995;
}
.AnyTagClassName
{
color: #232995;
}
</style>
background-color css
<style>
a { background-color: #232995; }
a { background-color: rgb(35,41,149); }
div.DivClassName
{
background-color: #232995;
}
.BgClassName
{
background-color: #232995;
}
</style>
border-color css
<style>
span { border-color: #232995; }
span { border-color: rgb(35,41,149); }
td.TdClassName
{
border-color: #232995;
}
.TagClassName
{
border-color: #232995;
}
</style>