Shades of Egyptian Blue #232F93
Tints of Egyptian Blue #232F93
RGB
CMYK
RGB Variations
Color information
#232F93 (or 0x232F93) is known color: Egyptian Blue. HEX triplet: 23, 2F and 93. RGB value is (35,47,147). Sum of RGB (Red+Green+Blue) = 35+47+147=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #232F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F93 is #DCD06C. Grayscale: #363636. Windows color (decimal): -14471277 or 9645859. OLE color: 9645859.
HSL color Cylindrical-coordinate representation of color #232F93: hue angle of 233.57º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232F93 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 47 | 147 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.42 |
| HSL | 233.57º | 0.62% | 0.36% | - |
| HSV(B) | 233.57º | 0.76% | 0.58% | - |
| XYZ | 6.98 | 4.5 | 28.1 | - |
| YUV | 54.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 147 | 0.76 | 0.68 | 0 | 0.42 | 233.57 | 0.62 | 0.36 |
| Hex | 23 | 2F | 93 | 4C | 44 | 0 | 2A | EA | 3E | 24 |
| Octal | 43 | 57 | 223 | 114 | 104 | 0 | 52 | 352 | 76 | 44 |
| Binary | 100011 | 101111 | 10010011 | 1001100 | 1000100 | 0 | 101010 | 11101010 | 111110 | 100100 |
Color Harmonies of #232F93
Complementary color
Monochromatic Colors of #232F93
Black with #232F93
Text Example
Text Example
White with #232F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F93; }
p { color: rgb(35,47,147); }
H1.HeaderClassName
{
color: #232F93;
}
.AnyTagClassName
{
color: #232F93;
}
</style>
background-color css
<style>
a { background-color: #232F93; }
a { background-color: rgb(35,47,147); }
div.DivClassName
{
background-color: #232F93;
}
.BgClassName
{
background-color: #232F93;
}
</style>
border-color css
<style>
span { border-color: #232F93; }
span { border-color: rgb(35,47,147); }
td.TdClassName
{
border-color: #232F93;
}
.TagClassName
{
border-color: #232F93;
}
</style>