Shades of Egyptian Blue #232CA0
Tints of Egyptian Blue #232CA0
RGB
CMYK
RGB Variations
Color information
#232CA0 (or 0x232CA0) is known color: Egyptian Blue. HEX triplet: 23, 2C and A0. RGB value is (35,44,160). Sum of RGB (Red+Green+Blue) = 35+44+160=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 160 (62.89% from 255 or 66.95% from 239); Max value from RGB is 160 - color contains mainly: blue. Hex color #232CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232CA0 is #DCD35F. Grayscale: #363636. Windows color (decimal): -14472032 or 10497059. OLE color: 10497059.
HSL color Cylindrical-coordinate representation of color #232CA0: hue angle of 235.68º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232CA0 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 44 | 160 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.37 |
| HSL | 235.68º | 0.64% | 0.38% | - |
| HSV(B) | 235.68º | 0.78% | 0.63% | - |
| XYZ | 7.94 | 4.7 | 33.75 | - |
| YUV | 54.53 | 187.52 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 160 | 0.78 | 0.72 | 0 | 0.37 | 235.68 | 0.64 | 0.38 |
| Hex | 23 | 2C | A0 | 4E | 48 | 0 | 25 | EC | 40 | 26 |
| Octal | 43 | 54 | 240 | 116 | 110 | 0 | 45 | 354 | 100 | 46 |
| Binary | 100011 | 101100 | 10100000 | 1001110 | 1001000 | 0 | 100101 | 11101100 | 1000000 | 100110 |
Color Harmonies of #232CA0
Complementary color
Monochromatic Colors of #232CA0
Black with #232CA0
Text Example
Text Example
White with #232CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232CA0; }
p { color: rgb(35,44,160); }
H1.HeaderClassName
{
color: #232CA0;
}
.AnyTagClassName
{
color: #232CA0;
}
</style>
background-color css
<style>
a { background-color: #232CA0; }
a { background-color: rgb(35,44,160); }
div.DivClassName
{
background-color: #232CA0;
}
.BgClassName
{
background-color: #232CA0;
}
</style>
border-color css
<style>
span { border-color: #232CA0; }
span { border-color: rgb(35,44,160); }
td.TdClassName
{
border-color: #232CA0;
}
.TagClassName
{
border-color: #232CA0;
}
</style>