Shades of Egyptian Blue #23249B
Tints of Egyptian Blue #23249B
RGB
CMYK
RGB Variations
Color information
#23249B (or 0x23249B) is known color: Egyptian Blue. HEX triplet: 23, 24 and 9B. RGB value is (35,36,155). Sum of RGB (Red+Green+Blue) = 35+36+155=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #23249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23249B is #DCDB64. Grayscale: #303030. Windows color (decimal): -14474085 or 10167331. OLE color: 10167331.
HSL color Cylindrical-coordinate representation of color #23249B: hue angle of 239.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 #23249B is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 36 | 155 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.39 |
| HSL | 239.5º | 0.63% | 0.37% | - |
| HSV(B) | 239.5º | 0.77% | 0.61% | - |
| XYZ | 7.24 | 3.99 | 31.4 | - |
| YUV | 49.27 | 187.67 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 155 | 0.77 | 0.77 | 0 | 0.39 | 239.5 | 0.63 | 0.37 |
| Hex | 23 | 24 | 9B | 4D | 4D | 0 | 27 | F0 | 3F | 25 |
| Octal | 43 | 44 | 233 | 115 | 115 | 0 | 47 | 360 | 77 | 45 |
| Binary | 100011 | 100100 | 10011011 | 1001101 | 1001101 | 0 | 100111 | 11110000 | 111111 | 100101 |
Color Harmonies of #23249B
Complementary color
Monochromatic Colors of #23249B
Black with #23249B
Text Example
Text Example
White with #23249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23249B; }
p { color: rgb(35,36,155); }
H1.HeaderClassName
{
color: #23249B;
}
.AnyTagClassName
{
color: #23249B;
}
</style>
background-color css
<style>
a { background-color: #23249B; }
a { background-color: rgb(35,36,155); }
div.DivClassName
{
background-color: #23249B;
}
.BgClassName
{
background-color: #23249B;
}
</style>
border-color css
<style>
span { border-color: #23249B; }
span { border-color: rgb(35,36,155); }
td.TdClassName
{
border-color: #23249B;
}
.TagClassName
{
border-color: #23249B;
}
</style>