Shades of Egyptian Blue #23449B
Tints of Egyptian Blue #23449B
RGB
CMYK
RGB Variations
Color information
#23449B (or 0x23449B) is known color: Egyptian Blue. HEX triplet: 23, 44 and 9B. RGB value is (35,68,155). Sum of RGB (Red+Green+Blue) = 35+68+155=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #23449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23449B is #DCBB64. Grayscale: #434343. Windows color (decimal): -14465893 or 10175523. OLE color: 10175523.
HSL color Cylindrical-coordinate representation of color #23449B: hue angle of 223.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23449B is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 68 | 155 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.39 |
| HSL | 223.5º | 0.63% | 0.37% | - |
| HSV(B) | 223.5º | 0.77% | 0.61% | - |
| XYZ | 8.68 | 6.86 | 31.88 | - |
| YUV | 68.05 | 177.07 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 155 | 0.77 | 0.56 | 0 | 0.39 | 223.5 | 0.63 | 0.37 |
| Hex | 23 | 44 | 9B | 4D | 38 | 0 | 27 | E0 | 3F | 25 |
| Octal | 43 | 104 | 233 | 115 | 70 | 0 | 47 | 340 | 77 | 45 |
| Binary | 100011 | 1000100 | 10011011 | 1001101 | 111000 | 0 | 100111 | 11100000 | 111111 | 100101 |
Color Harmonies of #23449B
Complementary color
Monochromatic Colors of #23449B
Black with #23449B
Text Example
Text Example
White with #23449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23449B; }
p { color: rgb(35,68,155); }
H1.HeaderClassName
{
color: #23449B;
}
.AnyTagClassName
{
color: #23449B;
}
</style>
background-color css
<style>
a { background-color: #23449B; }
a { background-color: rgb(35,68,155); }
div.DivClassName
{
background-color: #23449B;
}
.BgClassName
{
background-color: #23449B;
}
</style>
border-color css
<style>
span { border-color: #23449B; }
span { border-color: rgb(35,68,155); }
td.TdClassName
{
border-color: #23449B;
}
.TagClassName
{
border-color: #23449B;
}
</style>