Shades of Egyptian Blue #23259C
Tints of Egyptian Blue #23259C
RGB
CMYK
RGB Variations
Color information
#23259C (or 0x23259C) is known color: Egyptian Blue. HEX triplet: 23, 25 and 9C. RGB value is (35,37,156). Sum of RGB (Red+Green+Blue) = 35+37+156=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #23259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23259C is #DCDA63. Grayscale: #313131. Windows color (decimal): -14473828 or 10233123. OLE color: 10233123.
HSL color Cylindrical-coordinate representation of color #23259C: hue angle of 239.01º 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 #23259C is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 37 | 156 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.39 |
| HSL | 239.01º | 0.63% | 0.37% | - |
| HSV(B) | 239.01º | 0.78% | 0.61% | - |
| XYZ | 7.36 | 4.08 | 31.85 | - |
| YUV | 49.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 156 | 0.78 | 0.76 | 0 | 0.39 | 239.01 | 0.63 | 0.37 |
| Hex | 23 | 25 | 9C | 4E | 4C | 0 | 27 | EF | 3F | 25 |
| Octal | 43 | 45 | 234 | 116 | 114 | 0 | 47 | 357 | 77 | 45 |
| Binary | 100011 | 100101 | 10011100 | 1001110 | 1001100 | 0 | 100111 | 11101111 | 111111 | 100101 |
Color Harmonies of #23259C
Complementary color
Monochromatic Colors of #23259C
Black with #23259C
Text Example
Text Example
White with #23259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23259C; }
p { color: rgb(35,37,156); }
H1.HeaderClassName
{
color: #23259C;
}
.AnyTagClassName
{
color: #23259C;
}
</style>
background-color css
<style>
a { background-color: #23259C; }
a { background-color: rgb(35,37,156); }
div.DivClassName
{
background-color: #23259C;
}
.BgClassName
{
background-color: #23259C;
}
</style>
border-color css
<style>
span { border-color: #23259C; }
span { border-color: rgb(35,37,156); }
td.TdClassName
{
border-color: #23259C;
}
.TagClassName
{
border-color: #23259C;
}
</style>