Shades of Egyptian Blue #232D95
Tints of Egyptian Blue #232D95
RGB
CMYK
RGB Variations
Color information
#232D95 (or 0x232D95) is known color: Egyptian Blue. HEX triplet: 23, 2D and 95. RGB value is (35,45,149). Sum of RGB (Red+Green+Blue) = 35+45+149=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #232D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232D95 is #DCD26A. Grayscale: #353535. Windows color (decimal): -14471787 or 9776419. OLE color: 9776419.
HSL color Cylindrical-coordinate representation of color #232D95: hue angle of 234.74º 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 #232D95 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 45 | 149 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.42 |
| HSL | 234.74º | 0.62% | 0.36% | - |
| HSV(B) | 234.74º | 0.77% | 0.58% | - |
| XYZ | 7.06 | 4.4 | 28.91 | - |
| YUV | 53.87 | 181.69 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 149 | 0.77 | 0.70 | 0 | 0.42 | 234.74 | 0.62 | 0.36 |
| Hex | 23 | 2D | 95 | 4D | 46 | 0 | 2A | EB | 3E | 24 |
| Octal | 43 | 55 | 225 | 115 | 106 | 0 | 52 | 353 | 76 | 44 |
| Binary | 100011 | 101101 | 10010101 | 1001101 | 1000110 | 0 | 101010 | 11101011 | 111110 | 100100 |
Color Harmonies of #232D95
Complementary color
Monochromatic Colors of #232D95
Black with #232D95
Text Example
Text Example
White with #232D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D95; }
p { color: rgb(35,45,149); }
H1.HeaderClassName
{
color: #232D95;
}
.AnyTagClassName
{
color: #232D95;
}
</style>
background-color css
<style>
a { background-color: #232D95; }
a { background-color: rgb(35,45,149); }
div.DivClassName
{
background-color: #232D95;
}
.BgClassName
{
background-color: #232D95;
}
</style>
border-color css
<style>
span { border-color: #232D95; }
span { border-color: rgb(35,45,149); }
td.TdClassName
{
border-color: #232D95;
}
.TagClassName
{
border-color: #232D95;
}
</style>