Shades of Egyptian Blue #233DA2
Tints of Egyptian Blue #233DA2
RGB
CMYK
RGB Variations
Color information
#233DA2 (or 0x233DA2) is known color: Egyptian Blue. HEX triplet: 23, 3D and A2. RGB value is (35,61,162). Sum of RGB (Red+Green+Blue) = 35+61+162=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #233DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233DA2 is #DCC25D. Grayscale: #404040. Windows color (decimal): -14467678 or 10632483. OLE color: 10632483.
HSL color Cylindrical-coordinate representation of color #233DA2: hue angle of 227.72º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #233DA2 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 61 | 162 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.36 |
| HSL | 227.72º | 0.64% | 0.39% | - |
| HSV(B) | 227.72º | 0.78% | 0.64% | - |
| XYZ | 8.88 | 6.3 | 34.93 | - |
| YUV | 64.74 | 182.89 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 162 | 0.78 | 0.62 | 0 | 0.36 | 227.72 | 0.64 | 0.39 |
| Hex | 23 | 3D | A2 | 4E | 3E | 0 | 24 | E4 | 40 | 27 |
| Octal | 43 | 75 | 242 | 116 | 76 | 0 | 44 | 344 | 100 | 47 |
| Binary | 100011 | 111101 | 10100010 | 1001110 | 111110 | 0 | 100100 | 11100100 | 1000000 | 100111 |
Color Harmonies of #233DA2
Complementary color
Monochromatic Colors of #233DA2
Black with #233DA2
Text Example
Text Example
White with #233DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DA2; }
p { color: rgb(35,61,162); }
H1.HeaderClassName
{
color: #233DA2;
}
.AnyTagClassName
{
color: #233DA2;
}
</style>
background-color css
<style>
a { background-color: #233DA2; }
a { background-color: rgb(35,61,162); }
div.DivClassName
{
background-color: #233DA2;
}
.BgClassName
{
background-color: #233DA2;
}
</style>
border-color css
<style>
span { border-color: #233DA2; }
span { border-color: rgb(35,61,162); }
td.TdClassName
{
border-color: #233DA2;
}
.TagClassName
{
border-color: #233DA2;
}
</style>