Shades of Egyptian Blue #23309D
Tints of Egyptian Blue #23309D
RGB
CMYK
RGB Variations
Color information
#23309D (or 0x23309D) is known color: Egyptian Blue. HEX triplet: 23, 30 and 9D. RGB value is (35,48,157). Sum of RGB (Red+Green+Blue) = 35+48+157=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #23309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23309D is #DCCF62. Grayscale: #383838. Windows color (decimal): -14471011 or 10301475. OLE color: 10301475.
HSL color Cylindrical-coordinate representation of color #23309D: hue angle of 233.61º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23309D is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 48 | 157 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.38 |
| HSL | 233.61º | 0.64% | 0.38% | - |
| HSV(B) | 233.61º | 0.78% | 0.62% | - |
| XYZ | 7.84 | 4.91 | 32.43 | - |
| YUV | 56.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 157 | 0.78 | 0.69 | 0 | 0.38 | 233.61 | 0.64 | 0.38 |
| Hex | 23 | 30 | 9D | 4E | 45 | 0 | 26 | EA | 40 | 26 |
| Octal | 43 | 60 | 235 | 116 | 105 | 0 | 46 | 352 | 100 | 46 |
| Binary | 100011 | 110000 | 10011101 | 1001110 | 1000101 | 0 | 100110 | 11101010 | 1000000 | 100110 |
Color Harmonies of #23309D
Complementary color
Monochromatic Colors of #23309D
Black with #23309D
Text Example
Text Example
White with #23309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23309D; }
p { color: rgb(35,48,157); }
H1.HeaderClassName
{
color: #23309D;
}
.AnyTagClassName
{
color: #23309D;
}
</style>
background-color css
<style>
a { background-color: #23309D; }
a { background-color: rgb(35,48,157); }
div.DivClassName
{
background-color: #23309D;
}
.BgClassName
{
background-color: #23309D;
}
</style>
border-color css
<style>
span { border-color: #23309D; }
span { border-color: rgb(35,48,157); }
td.TdClassName
{
border-color: #23309D;
}
.TagClassName
{
border-color: #23309D;
}
</style>