Shades of Egyptian Blue #23309B
Tints of Egyptian Blue #23309B
RGB
CMYK
RGB Variations
Color information
#23309B (or 0x23309B) is known color: Egyptian Blue. HEX triplet: 23, 30 and 9B. RGB value is (35,48,155). Sum of RGB (Red+Green+Blue) = 35+48+155=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #23309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23309B is #DCCF64. Grayscale: #373737. Windows color (decimal): -14471013 or 10170403. OLE color: 10170403.
HSL color Cylindrical-coordinate representation of color #23309B: hue angle of 233.5º 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 #23309B is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 48 | 155 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.39 |
| HSL | 233.5º | 0.63% | 0.37% | - |
| HSV(B) | 233.5º | 0.77% | 0.61% | - |
| XYZ | 7.67 | 4.84 | 31.54 | - |
| YUV | 56.31 | 183.69 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 155 | 0.77 | 0.69 | 0 | 0.39 | 233.5 | 0.63 | 0.37 |
| Hex | 23 | 30 | 9B | 4D | 45 | 0 | 27 | EA | 3F | 25 |
| Octal | 43 | 60 | 233 | 115 | 105 | 0 | 47 | 352 | 77 | 45 |
| Binary | 100011 | 110000 | 10011011 | 1001101 | 1000101 | 0 | 100111 | 11101010 | 111111 | 100101 |
Color Harmonies of #23309B
Complementary color
Monochromatic Colors of #23309B
Black with #23309B
Text Example
Text Example
White with #23309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23309B; }
p { color: rgb(35,48,155); }
H1.HeaderClassName
{
color: #23309B;
}
.AnyTagClassName
{
color: #23309B;
}
</style>
background-color css
<style>
a { background-color: #23309B; }
a { background-color: rgb(35,48,155); }
div.DivClassName
{
background-color: #23309B;
}
.BgClassName
{
background-color: #23309B;
}
</style>
border-color css
<style>
span { border-color: #23309B; }
span { border-color: rgb(35,48,155); }
td.TdClassName
{
border-color: #23309B;
}
.TagClassName
{
border-color: #23309B;
}
</style>