Shades of Egyptian Blue #233D9C
Tints of Egyptian Blue #233D9C
RGB
CMYK
RGB Variations
Color information
#233D9C (or 0x233D9C) is known color: Egyptian Blue. HEX triplet: 23, 3D and 9C. RGB value is (35,61,156). Sum of RGB (Red+Green+Blue) = 35+61+156=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #233D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233D9C is #DCC263. Grayscale: #3F3F3F. Windows color (decimal): -14467684 or 10239267. OLE color: 10239267.
HSL color Cylindrical-coordinate representation of color #233D9C: hue angle of 227.11º 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 #233D9C is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 61 | 156 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.39 |
| HSL | 227.11º | 0.63% | 0.37% | - |
| HSV(B) | 227.11º | 0.78% | 0.61% | - |
| XYZ | 8.36 | 6.1 | 32.19 | - |
| YUV | 64.06 | 179.89 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 156 | 0.78 | 0.61 | 0 | 0.39 | 227.11 | 0.63 | 0.37 |
| Hex | 23 | 3D | 9C | 4E | 3D | 0 | 27 | E3 | 3F | 25 |
| Octal | 43 | 75 | 234 | 116 | 75 | 0 | 47 | 343 | 77 | 45 |
| Binary | 100011 | 111101 | 10011100 | 1001110 | 111101 | 0 | 100111 | 11100011 | 111111 | 100101 |
Color Harmonies of #233D9C
Complementary color
Monochromatic Colors of #233D9C
Black with #233D9C
Text Example
Text Example
White with #233D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D9C; }
p { color: rgb(35,61,156); }
H1.HeaderClassName
{
color: #233D9C;
}
.AnyTagClassName
{
color: #233D9C;
}
</style>
background-color css
<style>
a { background-color: #233D9C; }
a { background-color: rgb(35,61,156); }
div.DivClassName
{
background-color: #233D9C;
}
.BgClassName
{
background-color: #233D9C;
}
</style>
border-color css
<style>
span { border-color: #233D9C; }
span { border-color: rgb(35,61,156); }
td.TdClassName
{
border-color: #233D9C;
}
.TagClassName
{
border-color: #233D9C;
}
</style>