Shades of Egyptian Blue #232A9D
Tints of Egyptian Blue #232A9D
RGB
CMYK
RGB Variations
Color information
#232A9D (or 0x232A9D) is known color: Egyptian Blue. HEX triplet: 23, 2A and 9D. RGB value is (35,42,157). Sum of RGB (Red+Green+Blue) = 35+42+157=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #232A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A9D is #DCD562. Grayscale: #343434. Windows color (decimal): -14472547 or 10299939. OLE color: 10299939.
HSL color Cylindrical-coordinate representation of color #232A9D: hue angle of 236.56º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232A9D is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 42 | 157 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.38 |
| HSL | 236.56º | 0.64% | 0.38% | - |
| HSV(B) | 236.56º | 0.78% | 0.62% | - |
| XYZ | 7.61 | 4.45 | 32.36 | - |
| YUV | 53.02 | 186.68 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 157 | 0.78 | 0.73 | 0 | 0.38 | 236.56 | 0.64 | 0.38 |
| Hex | 23 | 2A | 9D | 4E | 49 | 0 | 26 | ED | 40 | 26 |
| Octal | 43 | 52 | 235 | 116 | 111 | 0 | 46 | 355 | 100 | 46 |
| Binary | 100011 | 101010 | 10011101 | 1001110 | 1001001 | 0 | 100110 | 11101101 | 1000000 | 100110 |
Color Harmonies of #232A9D
Complementary color
Monochromatic Colors of #232A9D
Black with #232A9D
Text Example
Text Example
White with #232A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A9D; }
p { color: rgb(35,42,157); }
H1.HeaderClassName
{
color: #232A9D;
}
.AnyTagClassName
{
color: #232A9D;
}
</style>
background-color css
<style>
a { background-color: #232A9D; }
a { background-color: rgb(35,42,157); }
div.DivClassName
{
background-color: #232A9D;
}
.BgClassName
{
background-color: #232A9D;
}
</style>
border-color css
<style>
span { border-color: #232A9D; }
span { border-color: rgb(35,42,157); }
td.TdClassName
{
border-color: #232A9D;
}
.TagClassName
{
border-color: #232A9D;
}
</style>