Shades of Egyptian Blue #2337A1
Tints of Egyptian Blue #2337A1
RGB
CMYK
RGB Variations
Color information
#2337A1 (or 0x2337A1) is known color: Egyptian Blue. HEX triplet: 23, 37 and A1. RGB value is (35,55,161). Sum of RGB (Red+Green+Blue) = 35+55+161=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 161 (63.28% from 255 or 64.14% from 251); Max value from RGB is 161 - color contains mainly: blue. Hex color #2337A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2337A1 is #DCC85E. Grayscale: #3C3C3C. Windows color (decimal): -14469215 or 10565411. OLE color: 10565411.
HSL color Cylindrical-coordinate representation of color #2337A1: hue angle of 230.48º 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 #2337A1 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 55 | 161 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.37 |
| HSL | 230.48º | 0.64% | 0.38% | - |
| HSV(B) | 230.48º | 0.78% | 0.63% | - |
| XYZ | 8.49 | 5.66 | 34.36 | - |
| YUV | 61.1 | 184.37 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 161 | 0.78 | 0.66 | 0 | 0.37 | 230.48 | 0.64 | 0.38 |
| Hex | 23 | 37 | A1 | 4E | 42 | 0 | 25 | E6 | 40 | 26 |
| Octal | 43 | 67 | 241 | 116 | 102 | 0 | 45 | 346 | 100 | 46 |
| Binary | 100011 | 110111 | 10100001 | 1001110 | 1000010 | 0 | 100101 | 11100110 | 1000000 | 100110 |
Color Harmonies of #2337A1
Complementary color
Monochromatic Colors of #2337A1
Black with #2337A1
Text Example
Text Example
White with #2337A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2337A1; }
p { color: rgb(35,55,161); }
H1.HeaderClassName
{
color: #2337A1;
}
.AnyTagClassName
{
color: #2337A1;
}
</style>
background-color css
<style>
a { background-color: #2337A1; }
a { background-color: rgb(35,55,161); }
div.DivClassName
{
background-color: #2337A1;
}
.BgClassName
{
background-color: #2337A1;
}
</style>
border-color css
<style>
span { border-color: #2337A1; }
span { border-color: rgb(35,55,161); }
td.TdClassName
{
border-color: #2337A1;
}
.TagClassName
{
border-color: #2337A1;
}
</style>