Shades of Egyptian Blue #23339C
Tints of Egyptian Blue #23339C
RGB
CMYK
RGB Variations
Color information
#23339C (or 0x23339C) is known color: Egyptian Blue. HEX triplet: 23, 33 and 9C. RGB value is (35,51,156). Sum of RGB (Red+Green+Blue) = 35+51+156=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #23339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23339C is #DCCC63. Grayscale: #393939. Windows color (decimal): -14470244 or 10236707. OLE color: 10236707.
HSL color Cylindrical-coordinate representation of color #23339C: hue angle of 232.07º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23339C is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 51 | 156 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.39 |
| HSL | 232.07º | 0.63% | 0.37% | - |
| HSV(B) | 232.07º | 0.78% | 0.61% | - |
| XYZ | 7.88 | 5.13 | 32.03 | - |
| YUV | 58.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 156 | 0.78 | 0.67 | 0 | 0.39 | 232.07 | 0.63 | 0.37 |
| Hex | 23 | 33 | 9C | 4E | 43 | 0 | 27 | E8 | 3F | 25 |
| Octal | 43 | 63 | 234 | 116 | 103 | 0 | 47 | 350 | 77 | 45 |
| Binary | 100011 | 110011 | 10011100 | 1001110 | 1000011 | 0 | 100111 | 11101000 | 111111 | 100101 |
Color Harmonies of #23339C
Complementary color
Monochromatic Colors of #23339C
Black with #23339C
Text Example
Text Example
White with #23339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23339C; }
p { color: rgb(35,51,156); }
H1.HeaderClassName
{
color: #23339C;
}
.AnyTagClassName
{
color: #23339C;
}
</style>
background-color css
<style>
a { background-color: #23339C; }
a { background-color: rgb(35,51,156); }
div.DivClassName
{
background-color: #23339C;
}
.BgClassName
{
background-color: #23339C;
}
</style>
border-color css
<style>
span { border-color: #23339C; }
span { border-color: rgb(35,51,156); }
td.TdClassName
{
border-color: #23339C;
}
.TagClassName
{
border-color: #23339C;
}
</style>