Shades of Egyptian Blue #2327A3
Tints of Egyptian Blue #2327A3
RGB
CMYK
RGB Variations
Color information
#2327A3 (or 0x2327A3) is known color: Egyptian Blue. HEX triplet: 23, 27 and A3. RGB value is (35,39,163). Sum of RGB (Red+Green+Blue) = 35+39+163=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 163 (64.06% from 255 or 68.78% from 237); Max value from RGB is 163 - color contains mainly: blue. Hex color #2327A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2327A3 is #DCD85C. Grayscale: #333333. Windows color (decimal): -14473309 or 10692387. OLE color: 10692387.
HSL color Cylindrical-coordinate representation of color #2327A3: hue angle of 238.12º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2327A3 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 39 | 163 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.36 |
| HSL | 238.13º | 0.65% | 0.39% | - |
| HSV(B) | 238.13º | 0.79% | 0.64% | - |
| XYZ | 8.03 | 4.45 | 35.09 | - |
| YUV | 51.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 163 | 0.79 | 0.76 | 0 | 0.36 | 238.13 | 0.65 | 0.39 |
| Hex | 23 | 27 | A3 | 4F | 4C | 0 | 24 | EE | 41 | 27 |
| Octal | 43 | 47 | 243 | 117 | 114 | 0 | 44 | 356 | 101 | 47 |
| Binary | 100011 | 100111 | 10100011 | 1001111 | 1001100 | 0 | 100100 | 11101110 | 1000001 | 100111 |
Color Harmonies of #2327A3
Complementary color
Monochromatic Colors of #2327A3
Black with #2327A3
Text Example
Text Example
White with #2327A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2327A3; }
p { color: rgb(35,39,163); }
H1.HeaderClassName
{
color: #2327A3;
}
.AnyTagClassName
{
color: #2327A3;
}
</style>
background-color css
<style>
a { background-color: #2327A3; }
a { background-color: rgb(35,39,163); }
div.DivClassName
{
background-color: #2327A3;
}
.BgClassName
{
background-color: #2327A3;
}
</style>
border-color css
<style>
span { border-color: #2327A3; }
span { border-color: rgb(35,39,163); }
td.TdClassName
{
border-color: #2327A3;
}
.TagClassName
{
border-color: #2327A3;
}
</style>