Shades of Egyptian Blue #2327A4
Tints of Egyptian Blue #2327A4
RGB
CMYK
RGB Variations
Color information
#2327A4 (or 0x2327A4) is known color: Egyptian Blue. HEX triplet: 23, 27 and A4. RGB value is (35,39,164). Sum of RGB (Red+Green+Blue) = 35+39+164=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 164 (64.45% from 255 or 68.91% from 238); Max value from RGB is 164 - color contains mainly: blue. Hex color #2327A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2327A4 is #DCD85B. Grayscale: #333333. Windows color (decimal): -14473308 or 10757923. OLE color: 10757923.
HSL color Cylindrical-coordinate representation of color #2327A4: hue angle of 238.14º 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 #2327A4 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 39 | 164 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.36 |
| HSL | 238.14º | 0.65% | 0.39% | - |
| HSV(B) | 238.14º | 0.79% | 0.64% | - |
| XYZ | 8.12 | 4.49 | 35.56 | - |
| YUV | 52.05 | 191.17 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 164 | 0.79 | 0.76 | 0 | 0.36 | 238.14 | 0.65 | 0.39 |
| Hex | 23 | 27 | A4 | 4F | 4C | 0 | 24 | EE | 41 | 27 |
| Octal | 43 | 47 | 244 | 117 | 114 | 0 | 44 | 356 | 101 | 47 |
| Binary | 100011 | 100111 | 10100100 | 1001111 | 1001100 | 0 | 100100 | 11101110 | 1000001 | 100111 |
Color Harmonies of #2327A4
Complementary color
Monochromatic Colors of #2327A4
Black with #2327A4
Text Example
Text Example
White with #2327A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2327A4; }
p { color: rgb(35,39,164); }
H1.HeaderClassName
{
color: #2327A4;
}
.AnyTagClassName
{
color: #2327A4;
}
</style>
background-color css
<style>
a { background-color: #2327A4; }
a { background-color: rgb(35,39,164); }
div.DivClassName
{
background-color: #2327A4;
}
.BgClassName
{
background-color: #2327A4;
}
</style>
border-color css
<style>
span { border-color: #2327A4; }
span { border-color: rgb(35,39,164); }
td.TdClassName
{
border-color: #2327A4;
}
.TagClassName
{
border-color: #2327A4;
}
</style>