Shades of Egyptian Blue #232F96
Tints of Egyptian Blue #232F96
RGB
CMYK
RGB Variations
Color information
#232F96 (or 0x232F96) is known color: Egyptian Blue. HEX triplet: 23, 2F and 96. RGB value is (35,47,150). Sum of RGB (Red+Green+Blue) = 35+47+150=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #232F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F96 is #DCD069. Grayscale: #363636. Windows color (decimal): -14471274 or 9842467. OLE color: 9842467.
HSL color Cylindrical-coordinate representation of color #232F96: hue angle of 233.74º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232F96 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 47 | 150 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.41 |
| HSL | 233.74º | 0.62% | 0.36% | - |
| HSV(B) | 233.74º | 0.77% | 0.59% | - |
| XYZ | 7.21 | 4.59 | 29.36 | - |
| YUV | 55.15 | 181.52 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 150 | 0.77 | 0.69 | 0 | 0.41 | 233.74 | 0.62 | 0.36 |
| Hex | 23 | 2F | 96 | 4D | 45 | 0 | 29 | EA | 3E | 24 |
| Octal | 43 | 57 | 226 | 115 | 105 | 0 | 51 | 352 | 76 | 44 |
| Binary | 100011 | 101111 | 10010110 | 1001101 | 1000101 | 0 | 101001 | 11101010 | 111110 | 100100 |
Color Harmonies of #232F96
Complementary color
Monochromatic Colors of #232F96
Black with #232F96
Text Example
Text Example
White with #232F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F96; }
p { color: rgb(35,47,150); }
H1.HeaderClassName
{
color: #232F96;
}
.AnyTagClassName
{
color: #232F96;
}
</style>
background-color css
<style>
a { background-color: #232F96; }
a { background-color: rgb(35,47,150); }
div.DivClassName
{
background-color: #232F96;
}
.BgClassName
{
background-color: #232F96;
}
</style>
border-color css
<style>
span { border-color: #232F96; }
span { border-color: rgb(35,47,150); }
td.TdClassName
{
border-color: #232F96;
}
.TagClassName
{
border-color: #232F96;
}
</style>