Shades of Egyptian Blue #1C34AC
Tints of Egyptian Blue #1C34AC
RGB
CMYK
RGB Variations
Color information
#1C34AC (or 0x1C34AC) is known color: Egyptian Blue. HEX triplet: 1C, 34 and AC. RGB value is (28,52,172). Sum of RGB (Red+Green+Blue) = 28+52+172=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C34AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C34AC is #E3CB53. Grayscale: #3A3A3A. Windows color (decimal): -14928724 or 11285532. OLE color: 11285532.
HSL color Cylindrical-coordinate representation of color #1C34AC: hue angle of 230º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C34AC is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 52 | 172 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.33 |
| HSL | 230º | 0.72% | 0.39% | - |
| HSV(B) | 230º | 0.84% | 0.67% | - |
| XYZ | 9.15 | 5.68 | 39.64 | - |
| YUV | 58.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 172 | 0.84 | 0.70 | 0 | 0.33 | 230 | 0.72 | 0.39 |
| Hex | 1C | 34 | AC | 54 | 46 | 0 | 21 | E6 | 48 | 27 |
| Octal | 34 | 64 | 254 | 124 | 106 | 0 | 41 | 346 | 110 | 47 |
| Binary | 11100 | 110100 | 10101100 | 1010100 | 1000110 | 0 | 100001 | 11100110 | 1001000 | 100111 |
Color Harmonies of #1C34AC
Complementary color
Monochromatic Colors of #1C34AC
Black with #1C34AC
Text Example
Text Example
White with #1C34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C34AC; }
p { color: rgb(28,52,172); }
H1.HeaderClassName
{
color: #1C34AC;
}
.AnyTagClassName
{
color: #1C34AC;
}
</style>
background-color css
<style>
a { background-color: #1C34AC; }
a { background-color: rgb(28,52,172); }
div.DivClassName
{
background-color: #1C34AC;
}
.BgClassName
{
background-color: #1C34AC;
}
</style>
border-color css
<style>
span { border-color: #1C34AC; }
span { border-color: rgb(28,52,172); }
td.TdClassName
{
border-color: #1C34AC;
}
.TagClassName
{
border-color: #1C34AC;
}
</style>