Shades of Egyptian Blue #232F9C
Tints of Egyptian Blue #232F9C
RGB
CMYK
RGB Variations
Color information
#232F9C (or 0x232F9C) is known color: Egyptian Blue. HEX triplet: 23, 2F and 9C. RGB value is (35,47,156). Sum of RGB (Red+Green+Blue) = 35+47+156=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #232F9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F9C is #DCD063. Grayscale: #373737. Windows color (decimal): -14471268 or 10235683. OLE color: 10235683.
HSL color Cylindrical-coordinate representation of color #232F9C: hue angle of 234.05º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232F9C is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 47 | 156 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.39 |
| HSL | 234.05º | 0.63% | 0.37% | - |
| HSV(B) | 234.05º | 0.78% | 0.61% | - |
| XYZ | 7.71 | 4.79 | 31.97 | - |
| YUV | 55.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 156 | 0.78 | 0.70 | 0 | 0.39 | 234.05 | 0.63 | 0.37 |
| Hex | 23 | 2F | 9C | 4E | 46 | 0 | 27 | EA | 3F | 25 |
| Octal | 43 | 57 | 234 | 116 | 106 | 0 | 47 | 352 | 77 | 45 |
| Binary | 100011 | 101111 | 10011100 | 1001110 | 1000110 | 0 | 100111 | 11101010 | 111111 | 100101 |
Color Harmonies of #232F9C
Complementary color
Monochromatic Colors of #232F9C
Black with #232F9C
Text Example
Text Example
White with #232F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F9C; }
p { color: rgb(35,47,156); }
H1.HeaderClassName
{
color: #232F9C;
}
.AnyTagClassName
{
color: #232F9C;
}
</style>
background-color css
<style>
a { background-color: #232F9C; }
a { background-color: rgb(35,47,156); }
div.DivClassName
{
background-color: #232F9C;
}
.BgClassName
{
background-color: #232F9C;
}
</style>
border-color css
<style>
span { border-color: #232F9C; }
span { border-color: rgb(35,47,156); }
td.TdClassName
{
border-color: #232F9C;
}
.TagClassName
{
border-color: #232F9C;
}
</style>