Shades of Egyptian Blue #233D9A
Tints of Egyptian Blue #233D9A
RGB
CMYK
RGB Variations
Color information
#233D9A (or 0x233D9A) is known color: Egyptian Blue. HEX triplet: 23, 3D and 9A. RGB value is (35,61,154). Sum of RGB (Red+Green+Blue) = 35+61+154=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #233D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233D9A is #DCC265. Grayscale: #3F3F3F. Windows color (decimal): -14467686 or 10108195. OLE color: 10108195.
HSL color Cylindrical-coordinate representation of color #233D9A: hue angle of 226.89º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233D9A is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 61 | 154 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.40 |
| HSL | 226.89º | 0.63% | 0.37% | - |
| HSV(B) | 226.89º | 0.77% | 0.6% | - |
| XYZ | 8.19 | 6.03 | 31.3 | - |
| YUV | 63.83 | 178.89 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 154 | 0.77 | 0.60 | 0 | 0.40 | 226.89 | 0.63 | 0.37 |
| Hex | 23 | 3D | 9A | 4D | 3C | 0 | 28 | E3 | 3F | 25 |
| Octal | 43 | 75 | 232 | 115 | 74 | 0 | 50 | 343 | 77 | 45 |
| Binary | 100011 | 111101 | 10011010 | 1001101 | 111100 | 0 | 101000 | 11100011 | 111111 | 100101 |
Color Harmonies of #233D9A
Complementary color
Monochromatic Colors of #233D9A
Black with #233D9A
Text Example
Text Example
White with #233D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D9A; }
p { color: rgb(35,61,154); }
H1.HeaderClassName
{
color: #233D9A;
}
.AnyTagClassName
{
color: #233D9A;
}
</style>
background-color css
<style>
a { background-color: #233D9A; }
a { background-color: rgb(35,61,154); }
div.DivClassName
{
background-color: #233D9A;
}
.BgClassName
{
background-color: #233D9A;
}
</style>
border-color css
<style>
span { border-color: #233D9A; }
span { border-color: rgb(35,61,154); }
td.TdClassName
{
border-color: #233D9A;
}
.TagClassName
{
border-color: #233D9A;
}
</style>