Shades of Resolution Blue #232E77
Tints of Resolution Blue #232E77
RGB
CMYK
RGB Variations
Color information
#232E77 (or 0x232E77) is known color: Resolution Blue. HEX triplet: 23, 2E and 77. RGB value is (35,46,119). Sum of RGB (Red+Green+Blue) = 35+46+119=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #232E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E77 is #DCD188. Grayscale: #323232. Windows color (decimal): -14471561 or 7810595. OLE color: 7810595.
HSL color Cylindrical-coordinate representation of color #232E77: hue angle of 232.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232E77 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 46 | 119 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.53 |
| HSL | 232.14º | 0.55% | 0.3% | - |
| HSV(B) | 232.14º | 0.71% | 0.47% | - |
| XYZ | 5 | 3.64 | 17.89 | - |
| YUV | 51.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 119 | 0.71 | 0.61 | 0 | 0.53 | 232.14 | 0.55 | 0.3 |
| Hex | 23 | 2E | 77 | 47 | 3D | 0 | 35 | E8 | 37 | 1E |
| Octal | 43 | 56 | 167 | 107 | 75 | 0 | 65 | 350 | 67 | 36 |
| Binary | 100011 | 101110 | 1110111 | 1000111 | 111101 | 0 | 110101 | 11101000 | 110111 | 11110 |
Color Harmonies of #232E77
Complementary color
Monochromatic Colors of #232E77
Black with #232E77
Text Example
Text Example
White with #232E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E77; }
p { color: rgb(35,46,119); }
H1.HeaderClassName
{
color: #232E77;
}
.AnyTagClassName
{
color: #232E77;
}
</style>
background-color css
<style>
a { background-color: #232E77; }
a { background-color: rgb(35,46,119); }
div.DivClassName
{
background-color: #232E77;
}
.BgClassName
{
background-color: #232E77;
}
</style>
border-color css
<style>
span { border-color: #232E77; }
span { border-color: rgb(35,46,119); }
td.TdClassName
{
border-color: #232E77;
}
.TagClassName
{
border-color: #232E77;
}
</style>