Shades of Egyptian Blue #232FA6
Tints of Egyptian Blue #232FA6
RGB
CMYK
RGB Variations
Color information
#232FA6 (or 0x232FA6) is known color: Egyptian Blue. HEX triplet: 23, 2F and A6. RGB value is (35,47,166). Sum of RGB (Red+Green+Blue) = 35+47+166=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 166 (65.23% from 255 or 66.94% from 248); Max value from RGB is 166 - color contains mainly: blue. Hex color #232FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232FA6 is #DCD059. Grayscale: #383838. Windows color (decimal): -14471258 or 10891043. OLE color: 10891043.
HSL color Cylindrical-coordinate representation of color #232FA6: hue angle of 234.5º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #232FA6 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 35 | 47 | 166 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.35 |
| HSL | 234.5º | 0.65% | 0.39% | - |
| HSV(B) | 234.5º | 0.79% | 0.65% | - |
| XYZ | 8.59 | 5.14 | 36.62 | - |
| YUV | 56.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 166 | 0.79 | 0.72 | 0 | 0.35 | 234.5 | 0.65 | 0.39 |
| Hex | 23 | 2F | A6 | 4F | 48 | 0 | 23 | EB | 41 | 27 |
| Octal | 43 | 57 | 246 | 117 | 110 | 0 | 43 | 353 | 101 | 47 |
| Binary | 100011 | 101111 | 10100110 | 1001111 | 1001000 | 0 | 100011 | 11101011 | 1000001 | 100111 |
Color Harmonies of #232FA6
Complementary color
Monochromatic Colors of #232FA6
Black with #232FA6
Text Example
Text Example
White with #232FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FA6; }
p { color: rgb(35,47,166); }
H1.HeaderClassName
{
color: #232FA6;
}
.AnyTagClassName
{
color: #232FA6;
}
</style>
background-color css
<style>
a { background-color: #232FA6; }
a { background-color: rgb(35,47,166); }
div.DivClassName
{
background-color: #232FA6;
}
.BgClassName
{
background-color: #232FA6;
}
</style>
border-color css
<style>
span { border-color: #232FA6; }
span { border-color: rgb(35,47,166); }
td.TdClassName
{
border-color: #232FA6;
}
.TagClassName
{
border-color: #232FA6;
}
</style>