Shades of Egyptian Blue #23338F
Tints of Egyptian Blue #23338F
RGB
CMYK
RGB Variations
Color information
#23338F (or 0x23338F) is known color: Egyptian Blue. HEX triplet: 23, 33 and 8F. RGB value is (35,51,143). Sum of RGB (Red+Green+Blue) = 35+51+143=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #23338F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23338F is #DCCC70. Grayscale: #383838. Windows color (decimal): -14470257 or 9384739. OLE color: 9384739.
HSL color Cylindrical-coordinate representation of color #23338F: hue angle of 231.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23338F is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 51 | 143 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.44 |
| HSL | 231.11º | 0.61% | 0.35% | - |
| HSV(B) | 231.11º | 0.76% | 0.56% | - |
| XYZ | 6.83 | 4.71 | 26.54 | - |
| YUV | 56.7 | 176.7 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 143 | 0.76 | 0.64 | 0 | 0.44 | 231.11 | 0.61 | 0.35 |
| Hex | 23 | 33 | 8F | 4C | 40 | 0 | 2C | E7 | 3D | 23 |
| Octal | 43 | 63 | 217 | 114 | 100 | 0 | 54 | 347 | 75 | 43 |
| Binary | 100011 | 110011 | 10001111 | 1001100 | 1000000 | 0 | 101100 | 11100111 | 111101 | 100011 |
Color Harmonies of #23338F
Complementary color
Monochromatic Colors of #23338F
Black with #23338F
Text Example
Text Example
White with #23338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23338F; }
p { color: rgb(35,51,143); }
H1.HeaderClassName
{
color: #23338F;
}
.AnyTagClassName
{
color: #23338F;
}
</style>
background-color css
<style>
a { background-color: #23338F; }
a { background-color: rgb(35,51,143); }
div.DivClassName
{
background-color: #23338F;
}
.BgClassName
{
background-color: #23338F;
}
</style>
border-color css
<style>
span { border-color: #23338F; }
span { border-color: rgb(35,51,143); }
td.TdClassName
{
border-color: #23338F;
}
.TagClassName
{
border-color: #23338F;
}
</style>