Shades of Egyptian Blue #23369F
Tints of Egyptian Blue #23369F
RGB
CMYK
RGB Variations
Color information
#23369F (or 0x23369F) is known color: Egyptian Blue. HEX triplet: 23, 36 and 9F. RGB value is (35,54,159). Sum of RGB (Red+Green+Blue) = 35+54+159=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #23369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23369F is #DCC960. Grayscale: #3B3B3B. Windows color (decimal): -14469473 or 10434083. OLE color: 10434083.
HSL color Cylindrical-coordinate representation of color #23369F: hue angle of 230.81º 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 #23369F is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 54 | 159 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.38 |
| HSL | 230.81º | 0.64% | 0.38% | - |
| HSV(B) | 230.81º | 0.78% | 0.62% | - |
| XYZ | 8.27 | 5.5 | 33.43 | - |
| YUV | 60.29 | 183.71 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 159 | 0.78 | 0.66 | 0 | 0.38 | 230.81 | 0.64 | 0.38 |
| Hex | 23 | 36 | 9F | 4E | 42 | 0 | 26 | E7 | 40 | 26 |
| Octal | 43 | 66 | 237 | 116 | 102 | 0 | 46 | 347 | 100 | 46 |
| Binary | 100011 | 110110 | 10011111 | 1001110 | 1000010 | 0 | 100110 | 11100111 | 1000000 | 100110 |
Color Harmonies of #23369F
Complementary color
Monochromatic Colors of #23369F
Black with #23369F
Text Example
Text Example
White with #23369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23369F; }
p { color: rgb(35,54,159); }
H1.HeaderClassName
{
color: #23369F;
}
.AnyTagClassName
{
color: #23369F;
}
</style>
background-color css
<style>
a { background-color: #23369F; }
a { background-color: rgb(35,54,159); }
div.DivClassName
{
background-color: #23369F;
}
.BgClassName
{
background-color: #23369F;
}
</style>
border-color css
<style>
span { border-color: #23369F; }
span { border-color: rgb(35,54,159); }
td.TdClassName
{
border-color: #23369F;
}
.TagClassName
{
border-color: #23369F;
}
</style>