Shades of Egyptian Blue #23358F
Tints of Egyptian Blue #23358F
RGB
CMYK
RGB Variations
Color information
#23358F (or 0x23358F) is known color: Egyptian Blue. HEX triplet: 23, 35 and 8F. RGB value is (35,53,143). Sum of RGB (Red+Green+Blue) = 35+53+143=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #23358F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23358F is #DCCA70. Grayscale: #393939. Windows color (decimal): -14469745 or 9385251. OLE color: 9385251.
HSL color Cylindrical-coordinate representation of color #23358F: hue angle of 230º 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 #23358F is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 53 | 143 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.44 |
| HSL | 230º | 0.61% | 0.35% | - |
| HSV(B) | 230º | 0.76% | 0.56% | - |
| XYZ | 6.92 | 4.89 | 26.56 | - |
| YUV | 57.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 143 | 0.76 | 0.63 | 0 | 0.44 | 230 | 0.61 | 0.35 |
| Hex | 23 | 35 | 8F | 4C | 3F | 0 | 2C | E6 | 3D | 23 |
| Octal | 43 | 65 | 217 | 114 | 77 | 0 | 54 | 346 | 75 | 43 |
| Binary | 100011 | 110101 | 10001111 | 1001100 | 111111 | 0 | 101100 | 11100110 | 111101 | 100011 |
Color Harmonies of #23358F
Complementary color
Monochromatic Colors of #23358F
Black with #23358F
Text Example
Text Example
White with #23358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23358F; }
p { color: rgb(35,53,143); }
H1.HeaderClassName
{
color: #23358F;
}
.AnyTagClassName
{
color: #23358F;
}
</style>
background-color css
<style>
a { background-color: #23358F; }
a { background-color: rgb(35,53,143); }
div.DivClassName
{
background-color: #23358F;
}
.BgClassName
{
background-color: #23358F;
}
</style>
border-color css
<style>
span { border-color: #23358F; }
span { border-color: rgb(35,53,143); }
td.TdClassName
{
border-color: #23358F;
}
.TagClassName
{
border-color: #23358F;
}
</style>