Shades of Egyptian Blue #23439C
Tints of Egyptian Blue #23439C
RGB
CMYK
RGB Variations
Color information
#23439C (or 0x23439C) is known color: Egyptian Blue. HEX triplet: 23, 43 and 9C. RGB value is (35,67,156). Sum of RGB (Red+Green+Blue) = 35+67+156=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #23439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23439C is #DCBC63. Grayscale: #434343. Windows color (decimal): -14466148 or 10240803. OLE color: 10240803.
HSL color Cylindrical-coordinate representation of color #23439C: hue angle of 224.13º 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 #23439C is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 67 | 156 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.39 |
| HSL | 224.13º | 0.63% | 0.37% | - |
| HSV(B) | 224.13º | 0.78% | 0.61% | - |
| XYZ | 8.7 | 6.77 | 32.3 | - |
| YUV | 67.58 | 177.9 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 156 | 0.78 | 0.57 | 0 | 0.39 | 224.13 | 0.63 | 0.37 |
| Hex | 23 | 43 | 9C | 4E | 39 | 0 | 27 | E0 | 3F | 25 |
| Octal | 43 | 103 | 234 | 116 | 71 | 0 | 47 | 340 | 77 | 45 |
| Binary | 100011 | 1000011 | 10011100 | 1001110 | 111001 | 0 | 100111 | 11100000 | 111111 | 100101 |
Color Harmonies of #23439C
Complementary color
Monochromatic Colors of #23439C
Black with #23439C
Text Example
Text Example
White with #23439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23439C; }
p { color: rgb(35,67,156); }
H1.HeaderClassName
{
color: #23439C;
}
.AnyTagClassName
{
color: #23439C;
}
</style>
background-color css
<style>
a { background-color: #23439C; }
a { background-color: rgb(35,67,156); }
div.DivClassName
{
background-color: #23439C;
}
.BgClassName
{
background-color: #23439C;
}
</style>
border-color css
<style>
span { border-color: #23439C; }
span { border-color: rgb(35,67,156); }
td.TdClassName
{
border-color: #23439C;
}
.TagClassName
{
border-color: #23439C;
}
</style>