Shades of Egyptian Blue #232CA4
Tints of Egyptian Blue #232CA4
RGB
CMYK
RGB Variations
Color information
#232CA4 (or 0x232CA4) is known color: Egyptian Blue. HEX triplet: 23, 2C and A4. RGB value is (35,44,164). Sum of RGB (Red+Green+Blue) = 35+44+164=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 164 (64.45% from 255 or 67.49% from 243); Max value from RGB is 164 - color contains mainly: blue. Hex color #232CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232CA4 is #DCD35B. Grayscale: #363636. Windows color (decimal): -14472028 or 10759203. OLE color: 10759203.
HSL color Cylindrical-coordinate representation of color #232CA4: hue angle of 235.81º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #232CA4 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 44 | 164 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.36 |
| HSL | 235.81º | 0.65% | 0.39% | - |
| HSV(B) | 235.81º | 0.79% | 0.64% | - |
| XYZ | 8.29 | 4.84 | 35.62 | - |
| YUV | 54.99 | 189.52 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 164 | 0.79 | 0.73 | 0 | 0.36 | 235.81 | 0.65 | 0.39 |
| Hex | 23 | 2C | A4 | 4F | 49 | 0 | 24 | EC | 41 | 27 |
| Octal | 43 | 54 | 244 | 117 | 111 | 0 | 44 | 354 | 101 | 47 |
| Binary | 100011 | 101100 | 10100100 | 1001111 | 1001001 | 0 | 100100 | 11101100 | 1000001 | 100111 |
Color Harmonies of #232CA4
Complementary color
Monochromatic Colors of #232CA4
Black with #232CA4
Text Example
Text Example
White with #232CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232CA4; }
p { color: rgb(35,44,164); }
H1.HeaderClassName
{
color: #232CA4;
}
.AnyTagClassName
{
color: #232CA4;
}
</style>
background-color css
<style>
a { background-color: #232CA4; }
a { background-color: rgb(35,44,164); }
div.DivClassName
{
background-color: #232CA4;
}
.BgClassName
{
background-color: #232CA4;
}
</style>
border-color css
<style>
span { border-color: #232CA4; }
span { border-color: rgb(35,44,164); }
td.TdClassName
{
border-color: #232CA4;
}
.TagClassName
{
border-color: #232CA4;
}
</style>