Shades of Egyptian Blue #232F99
Tints of Egyptian Blue #232F99
RGB
CMYK
RGB Variations
Color information
#232F99 (or 0x232F99) is known color: Egyptian Blue. HEX triplet: 23, 2F and 99. RGB value is (35,47,153). Sum of RGB (Red+Green+Blue) = 35+47+153=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #232F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F99 is #DCD066. Grayscale: #373737. Windows color (decimal): -14471271 or 10039075. OLE color: 10039075.
HSL color Cylindrical-coordinate representation of color #232F99: hue angle of 233.9º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232F99 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 47 | 153 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.4 |
| HSL | 233.9º | 0.63% | 0.37% | - |
| HSV(B) | 233.9º | 0.77% | 0.6% | - |
| XYZ | 7.46 | 4.69 | 30.65 | - |
| YUV | 55.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 153 | 0.77 | 0.69 | 0 | 0.4 | 233.9 | 0.63 | 0.37 |
| Hex | 23 | 2F | 99 | 4D | 45 | 0 | 28 | EA | 3F | 25 |
| Octal | 43 | 57 | 231 | 115 | 105 | 0 | 50 | 352 | 77 | 45 |
| Binary | 100011 | 101111 | 10011001 | 1001101 | 1000101 | 0 | 101000 | 11101010 | 111111 | 100101 |
Color Harmonies of #232F99
Complementary color
Monochromatic Colors of #232F99
Black with #232F99
Text Example
Text Example
White with #232F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F99; }
p { color: rgb(35,47,153); }
H1.HeaderClassName
{
color: #232F99;
}
.AnyTagClassName
{
color: #232F99;
}
</style>
background-color css
<style>
a { background-color: #232F99; }
a { background-color: rgb(35,47,153); }
div.DivClassName
{
background-color: #232F99;
}
.BgClassName
{
background-color: #232F99;
}
</style>
border-color css
<style>
span { border-color: #232F99; }
span { border-color: rgb(35,47,153); }
td.TdClassName
{
border-color: #232F99;
}
.TagClassName
{
border-color: #232F99;
}
</style>