Shades of Egyptian Blue #23319B
Tints of Egyptian Blue #23319B
RGB
CMYK
RGB Variations
Color information
#23319B (or 0x23319B) is known color: Egyptian Blue. HEX triplet: 23, 31 and 9B. RGB value is (35,49,155). Sum of RGB (Red+Green+Blue) = 35+49+155=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #23319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23319B is #DCCE64. Grayscale: #383838. Windows color (decimal): -14470757 or 10170659. OLE color: 10170659.
HSL color Cylindrical-coordinate representation of color #23319B: hue angle of 233º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23319B is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 49 | 155 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.39 |
| HSL | 233º | 0.63% | 0.37% | - |
| HSV(B) | 233º | 0.77% | 0.61% | - |
| XYZ | 7.71 | 4.92 | 31.55 | - |
| YUV | 56.9 | 183.36 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 155 | 0.77 | 0.68 | 0 | 0.39 | 233 | 0.63 | 0.37 |
| Hex | 23 | 31 | 9B | 4D | 44 | 0 | 27 | E9 | 3F | 25 |
| Octal | 43 | 61 | 233 | 115 | 104 | 0 | 47 | 351 | 77 | 45 |
| Binary | 100011 | 110001 | 10011011 | 1001101 | 1000100 | 0 | 100111 | 11101001 | 111111 | 100101 |
Color Harmonies of #23319B
Complementary color
Monochromatic Colors of #23319B
Black with #23319B
Text Example
Text Example
White with #23319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23319B; }
p { color: rgb(35,49,155); }
H1.HeaderClassName
{
color: #23319B;
}
.AnyTagClassName
{
color: #23319B;
}
</style>
background-color css
<style>
a { background-color: #23319B; }
a { background-color: rgb(35,49,155); }
div.DivClassName
{
background-color: #23319B;
}
.BgClassName
{
background-color: #23319B;
}
</style>
border-color css
<style>
span { border-color: #23319B; }
span { border-color: rgb(35,49,155); }
td.TdClassName
{
border-color: #23319B;
}
.TagClassName
{
border-color: #23319B;
}
</style>