Shades of Egyptian Blue #232A94
Tints of Egyptian Blue #232A94
RGB
CMYK
RGB Variations
Color information
#232A94 (or 0x232A94) is known color: Egyptian Blue. HEX triplet: 23, 2A and 94. RGB value is (35,42,148). Sum of RGB (Red+Green+Blue) = 35+42+148=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #232A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A94 is #DCD56B. Grayscale: #333333. Windows color (decimal): -14472556 or 9710115. OLE color: 9710115.
HSL color Cylindrical-coordinate representation of color #232A94: hue angle of 236.28º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232A94 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 42 | 148 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.42 |
| HSL | 236.28º | 0.62% | 0.36% | - |
| HSV(B) | 236.28º | 0.76% | 0.58% | - |
| XYZ | 6.87 | 4.15 | 28.46 | - |
| YUV | 51.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 148 | 0.76 | 0.72 | 0 | 0.42 | 236.28 | 0.62 | 0.36 |
| Hex | 23 | 2A | 94 | 4C | 48 | 0 | 2A | EC | 3E | 24 |
| Octal | 43 | 52 | 224 | 114 | 110 | 0 | 52 | 354 | 76 | 44 |
| Binary | 100011 | 101010 | 10010100 | 1001100 | 1001000 | 0 | 101010 | 11101100 | 111110 | 100100 |
Color Harmonies of #232A94
Complementary color
Monochromatic Colors of #232A94
Black with #232A94
Text Example
Text Example
White with #232A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A94; }
p { color: rgb(35,42,148); }
H1.HeaderClassName
{
color: #232A94;
}
.AnyTagClassName
{
color: #232A94;
}
</style>
background-color css
<style>
a { background-color: #232A94; }
a { background-color: rgb(35,42,148); }
div.DivClassName
{
background-color: #232A94;
}
.BgClassName
{
background-color: #232A94;
}
</style>
border-color css
<style>
span { border-color: #232A94; }
span { border-color: rgb(35,42,148); }
td.TdClassName
{
border-color: #232A94;
}
.TagClassName
{
border-color: #232A94;
}
</style>