Shades of Resolution Blue #234177
Tints of Resolution Blue #234177
RGB
CMYK
RGB Variations
Color information
#234177 (or 0x234177) is known color: Resolution Blue. HEX triplet: 23, 41 and 77. RGB value is (35,65,119). Sum of RGB (Red+Green+Blue) = 35+65+119=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #234177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234177 is #DCBE88. Grayscale: #3D3D3D. Windows color (decimal): -14466697 or 7815459. OLE color: 7815459.
HSL color Cylindrical-coordinate representation of color #234177: hue angle of 218.57º 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 #234177 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 65 | 119 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.53 |
| HSL | 218.57º | 0.55% | 0.3% | - |
| HSV(B) | 218.57º | 0.71% | 0.47% | - |
| XYZ | 5.91 | 5.47 | 18.2 | - |
| YUV | 62.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 119 | 0.71 | 0.45 | 0 | 0.53 | 218.57 | 0.55 | 0.3 |
| Hex | 23 | 41 | 77 | 47 | 2D | 0 | 35 | DB | 37 | 1E |
| Octal | 43 | 101 | 167 | 107 | 55 | 0 | 65 | 333 | 67 | 36 |
| Binary | 100011 | 1000001 | 1110111 | 1000111 | 101101 | 0 | 110101 | 11011011 | 110111 | 11110 |
Color Harmonies of #234177
Complementary color
Monochromatic Colors of #234177
Black with #234177
Text Example
Text Example
White with #234177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234177; }
p { color: rgb(35,65,119); }
H1.HeaderClassName
{
color: #234177;
}
.AnyTagClassName
{
color: #234177;
}
</style>
background-color css
<style>
a { background-color: #234177; }
a { background-color: rgb(35,65,119); }
div.DivClassName
{
background-color: #234177;
}
.BgClassName
{
background-color: #234177;
}
</style>
border-color css
<style>
span { border-color: #234177; }
span { border-color: rgb(35,65,119); }
td.TdClassName
{
border-color: #234177;
}
.TagClassName
{
border-color: #234177;
}
</style>