Shades of Egyptian Blue #232FA1
Tints of Egyptian Blue #232FA1
RGB
CMYK
RGB Variations
Color information
#232FA1 (or 0x232FA1) is known color: Egyptian Blue. HEX triplet: 23, 2F and A1. RGB value is (35,47,161). Sum of RGB (Red+Green+Blue) = 35+47+161=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 161 (63.28% from 255 or 66.26% from 243); Max value from RGB is 161 - color contains mainly: blue. Hex color #232FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232FA1 is #DCD05E. Grayscale: #373737. Windows color (decimal): -14471263 or 10563363. OLE color: 10563363.
HSL color Cylindrical-coordinate representation of color #232FA1: hue angle of 234.29º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232FA1 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 47 | 161 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.37 |
| HSL | 234.29º | 0.64% | 0.38% | - |
| HSV(B) | 234.29º | 0.78% | 0.63% | - |
| XYZ | 8.14 | 4.96 | 34.25 | - |
| YUV | 56.41 | 187.02 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 161 | 0.78 | 0.71 | 0 | 0.37 | 234.29 | 0.64 | 0.38 |
| Hex | 23 | 2F | A1 | 4E | 47 | 0 | 25 | EA | 40 | 26 |
| Octal | 43 | 57 | 241 | 116 | 107 | 0 | 45 | 352 | 100 | 46 |
| Binary | 100011 | 101111 | 10100001 | 1001110 | 1000111 | 0 | 100101 | 11101010 | 1000000 | 100110 |
Color Harmonies of #232FA1
Complementary color
Monochromatic Colors of #232FA1
Black with #232FA1
Text Example
Text Example
White with #232FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FA1; }
p { color: rgb(35,47,161); }
H1.HeaderClassName
{
color: #232FA1;
}
.AnyTagClassName
{
color: #232FA1;
}
</style>
background-color css
<style>
a { background-color: #232FA1; }
a { background-color: rgb(35,47,161); }
div.DivClassName
{
background-color: #232FA1;
}
.BgClassName
{
background-color: #232FA1;
}
</style>
border-color css
<style>
span { border-color: #232FA1; }
span { border-color: rgb(35,47,161); }
td.TdClassName
{
border-color: #232FA1;
}
.TagClassName
{
border-color: #232FA1;
}
</style>