Shades of Egyptian Blue #233A9B
Tints of Egyptian Blue #233A9B
RGB
CMYK
RGB Variations
Color information
#233A9B (or 0x233A9B) is known color: Egyptian Blue. HEX triplet: 23, 3A and 9B. RGB value is (35,58,155). Sum of RGB (Red+Green+Blue) = 35+58+155=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #233A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233A9B is #DCC564. Grayscale: #3D3D3D. Windows color (decimal): -14468453 or 10172963. OLE color: 10172963.
HSL color Cylindrical-coordinate representation of color #233A9B: hue angle of 228.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 #233A9B is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 58 | 155 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.39 |
| HSL | 228.5º | 0.63% | 0.37% | - |
| HSV(B) | 228.5º | 0.77% | 0.61% | - |
| XYZ | 8.12 | 5.75 | 31.69 | - |
| YUV | 62.18 | 180.38 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 155 | 0.77 | 0.63 | 0 | 0.39 | 228.5 | 0.63 | 0.37 |
| Hex | 23 | 3A | 9B | 4D | 3F | 0 | 27 | E4 | 3F | 25 |
| Octal | 43 | 72 | 233 | 115 | 77 | 0 | 47 | 344 | 77 | 45 |
| Binary | 100011 | 111010 | 10011011 | 1001101 | 111111 | 0 | 100111 | 11100100 | 111111 | 100101 |
Color Harmonies of #233A9B
Complementary color
Monochromatic Colors of #233A9B
Black with #233A9B
Text Example
Text Example
White with #233A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A9B; }
p { color: rgb(35,58,155); }
H1.HeaderClassName
{
color: #233A9B;
}
.AnyTagClassName
{
color: #233A9B;
}
</style>
background-color css
<style>
a { background-color: #233A9B; }
a { background-color: rgb(35,58,155); }
div.DivClassName
{
background-color: #233A9B;
}
.BgClassName
{
background-color: #233A9B;
}
</style>
border-color css
<style>
span { border-color: #233A9B; }
span { border-color: rgb(35,58,155); }
td.TdClassName
{
border-color: #233A9B;
}
.TagClassName
{
border-color: #233A9B;
}
</style>