Shades of Egyptian Blue #233FA0
Tints of Egyptian Blue #233FA0
RGB
CMYK
RGB Variations
Color information
#233FA0 (or 0x233FA0) is known color: Egyptian Blue. HEX triplet: 23, 3F and A0. RGB value is (35,63,160). Sum of RGB (Red+Green+Blue) = 35+63+160=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #233FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233FA0 is #DCC05F. Grayscale: #414141. Windows color (decimal): -14467168 or 10501923. OLE color: 10501923.
HSL color Cylindrical-coordinate representation of color #233FA0: hue angle of 226.56º 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 #233FA0 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 63 | 160 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.37 |
| HSL | 226.56º | 0.64% | 0.38% | - |
| HSV(B) | 226.56º | 0.78% | 0.63% | - |
| XYZ | 8.82 | 6.45 | 34.04 | - |
| YUV | 65.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 160 | 0.78 | 0.61 | 0 | 0.37 | 226.56 | 0.64 | 0.38 |
| Hex | 23 | 3F | A0 | 4E | 3D | 0 | 25 | E3 | 40 | 26 |
| Octal | 43 | 77 | 240 | 116 | 75 | 0 | 45 | 343 | 100 | 46 |
| Binary | 100011 | 111111 | 10100000 | 1001110 | 111101 | 0 | 100101 | 11100011 | 1000000 | 100110 |
Color Harmonies of #233FA0
Complementary color
Monochromatic Colors of #233FA0
Black with #233FA0
Text Example
Text Example
White with #233FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FA0; }
p { color: rgb(35,63,160); }
H1.HeaderClassName
{
color: #233FA0;
}
.AnyTagClassName
{
color: #233FA0;
}
</style>
background-color css
<style>
a { background-color: #233FA0; }
a { background-color: rgb(35,63,160); }
div.DivClassName
{
background-color: #233FA0;
}
.BgClassName
{
background-color: #233FA0;
}
</style>
border-color css
<style>
span { border-color: #233FA0; }
span { border-color: rgb(35,63,160); }
td.TdClassName
{
border-color: #233FA0;
}
.TagClassName
{
border-color: #233FA0;
}
</style>