Shades of Egyptian Blue #232DA6
Tints of Egyptian Blue #232DA6
RGB
CMYK
RGB Variations
Color information
#232DA6 (or 0x232DA6) is known color: Egyptian Blue. HEX triplet: 23, 2D and A6. RGB value is (35,45,166). Sum of RGB (Red+Green+Blue) = 35+45+166=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 166 (65.23% from 255 or 67.48% from 246); Max value from RGB is 166 - color contains mainly: blue. Hex color #232DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232DA6 is #DCD259. Grayscale: #373737. Windows color (decimal): -14471770 or 10890531. OLE color: 10890531.
HSL color Cylindrical-coordinate representation of color #232DA6: hue angle of 235.42º 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 #232DA6 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 35 | 45 | 166 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.35 |
| HSL | 235.42º | 0.65% | 0.39% | - |
| HSV(B) | 235.42º | 0.79% | 0.65% | - |
| XYZ | 8.51 | 4.99 | 36.59 | - |
| YUV | 55.8 | 190.19 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 166 | 0.79 | 0.73 | 0 | 0.35 | 235.42 | 0.65 | 0.39 |
| Hex | 23 | 2D | A6 | 4F | 49 | 0 | 23 | EB | 41 | 27 |
| Octal | 43 | 55 | 246 | 117 | 111 | 0 | 43 | 353 | 101 | 47 |
| Binary | 100011 | 101101 | 10100110 | 1001111 | 1001001 | 0 | 100011 | 11101011 | 1000001 | 100111 |
Color Harmonies of #232DA6
Complementary color
Monochromatic Colors of #232DA6
Black with #232DA6
Text Example
Text Example
White with #232DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DA6; }
p { color: rgb(35,45,166); }
H1.HeaderClassName
{
color: #232DA6;
}
.AnyTagClassName
{
color: #232DA6;
}
</style>
background-color css
<style>
a { background-color: #232DA6; }
a { background-color: rgb(35,45,166); }
div.DivClassName
{
background-color: #232DA6;
}
.BgClassName
{
background-color: #232DA6;
}
</style>
border-color css
<style>
span { border-color: #232DA6; }
span { border-color: rgb(35,45,166); }
td.TdClassName
{
border-color: #232DA6;
}
.TagClassName
{
border-color: #232DA6;
}
</style>