Shades of Egyptian Blue #232F90
Tints of Egyptian Blue #232F90
RGB
CMYK
RGB Variations
Color information
#232F90 (or 0x232F90) is known color: Egyptian Blue. HEX triplet: 23, 2F and 90. RGB value is (35,47,144). Sum of RGB (Red+Green+Blue) = 35+47+144=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #232F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F90 is #DCD06F. Grayscale: #363636. Windows color (decimal): -14471280 or 9449251. OLE color: 9449251.
HSL color Cylindrical-coordinate representation of color #232F90: hue angle of 233.39º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232F90 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 47 | 144 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.44 |
| HSL | 233.39º | 0.61% | 0.35% | - |
| HSV(B) | 233.39º | 0.76% | 0.56% | - |
| XYZ | 6.74 | 4.4 | 26.88 | - |
| YUV | 54.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 144 | 0.76 | 0.67 | 0 | 0.44 | 233.39 | 0.61 | 0.35 |
| Hex | 23 | 2F | 90 | 4C | 43 | 0 | 2C | E9 | 3D | 23 |
| Octal | 43 | 57 | 220 | 114 | 103 | 0 | 54 | 351 | 75 | 43 |
| Binary | 100011 | 101111 | 10010000 | 1001100 | 1000011 | 0 | 101100 | 11101001 | 111101 | 100011 |
Color Harmonies of #232F90
Complementary color
Monochromatic Colors of #232F90
Black with #232F90
Text Example
Text Example
White with #232F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F90; }
p { color: rgb(35,47,144); }
H1.HeaderClassName
{
color: #232F90;
}
.AnyTagClassName
{
color: #232F90;
}
</style>
background-color css
<style>
a { background-color: #232F90; }
a { background-color: rgb(35,47,144); }
div.DivClassName
{
background-color: #232F90;
}
.BgClassName
{
background-color: #232F90;
}
</style>
border-color css
<style>
span { border-color: #232F90; }
span { border-color: rgb(35,47,144); }
td.TdClassName
{
border-color: #232F90;
}
.TagClassName
{
border-color: #232F90;
}
</style>