Shades of Egyptian Blue #282C9C
Tints of Egyptian Blue #282C9C
RGB
CMYK
RGB Variations
Color information
#282C9C (or 0x282C9C) is known color: Egyptian Blue. HEX triplet: 28, 2C and 9C. RGB value is (40,44,156). Sum of RGB (Red+Green+Blue) = 40+44+156=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #282C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C9C is #D7D363. Grayscale: #373737. Windows color (decimal): -14144356 or 10234920. OLE color: 10234920.
HSL color Cylindrical-coordinate representation of color #282C9C: hue angle of 237.93º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #282C9C is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 44 | 156 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.39 |
| HSL | 237.93º | 0.59% | 0.38% | - |
| HSV(B) | 237.93º | 0.74% | 0.61% | - |
| XYZ | 7.78 | 4.65 | 31.94 | - |
| YUV | 55.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 156 | 0.74 | 0.72 | 0 | 0.39 | 237.93 | 0.59 | 0.38 |
| Hex | 28 | 2C | 9C | 4A | 48 | 0 | 27 | EE | 3B | 26 |
| Octal | 50 | 54 | 234 | 112 | 110 | 0 | 47 | 356 | 73 | 46 |
| Binary | 101000 | 101100 | 10011100 | 1001010 | 1001000 | 0 | 100111 | 11101110 | 111011 | 100110 |
Color Harmonies of #282C9C
Complementary color
Monochromatic Colors of #282C9C
Black with #282C9C
Text Example
Text Example
White with #282C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C9C; }
p { color: rgb(40,44,156); }
H1.HeaderClassName
{
color: #282C9C;
}
.AnyTagClassName
{
color: #282C9C;
}
</style>
background-color css
<style>
a { background-color: #282C9C; }
a { background-color: rgb(40,44,156); }
div.DivClassName
{
background-color: #282C9C;
}
.BgClassName
{
background-color: #282C9C;
}
</style>
border-color css
<style>
span { border-color: #282C9C; }
span { border-color: rgb(40,44,156); }
td.TdClassName
{
border-color: #282C9C;
}
.TagClassName
{
border-color: #282C9C;
}
</style>