Shades of Egyptian Blue #233DA1
Tints of Egyptian Blue #233DA1
RGB
CMYK
RGB Variations
Color information
#233DA1 (or 0x233DA1) is known color: Egyptian Blue. HEX triplet: 23, 3D and A1. RGB value is (35,61,161). Sum of RGB (Red+Green+Blue) = 35+61+161=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 161 (63.28% from 255 or 62.65% from 257); Max value from RGB is 161 - color contains mainly: blue. Hex color #233DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233DA1 is #DCC25E. Grayscale: #404040. Windows color (decimal): -14467679 or 10566947. OLE color: 10566947.
HSL color Cylindrical-coordinate representation of color #233DA1: hue angle of 227.62º 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 #233DA1 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 61 | 161 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.37 |
| HSL | 227.62º | 0.64% | 0.38% | - |
| HSV(B) | 227.62º | 0.78% | 0.63% | - |
| XYZ | 8.79 | 6.27 | 34.46 | - |
| YUV | 64.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 161 | 0.78 | 0.62 | 0 | 0.37 | 227.62 | 0.64 | 0.38 |
| Hex | 23 | 3D | A1 | 4E | 3E | 0 | 25 | E4 | 40 | 26 |
| Octal | 43 | 75 | 241 | 116 | 76 | 0 | 45 | 344 | 100 | 46 |
| Binary | 100011 | 111101 | 10100001 | 1001110 | 111110 | 0 | 100101 | 11100100 | 1000000 | 100110 |
Color Harmonies of #233DA1
Complementary color
Monochromatic Colors of #233DA1
Black with #233DA1
Text Example
Text Example
White with #233DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DA1; }
p { color: rgb(35,61,161); }
H1.HeaderClassName
{
color: #233DA1;
}
.AnyTagClassName
{
color: #233DA1;
}
</style>
background-color css
<style>
a { background-color: #233DA1; }
a { background-color: rgb(35,61,161); }
div.DivClassName
{
background-color: #233DA1;
}
.BgClassName
{
background-color: #233DA1;
}
</style>
border-color css
<style>
span { border-color: #233DA1; }
span { border-color: rgb(35,61,161); }
td.TdClassName
{
border-color: #233DA1;
}
.TagClassName
{
border-color: #233DA1;
}
</style>