Shades of Resolution Blue #233677
Tints of Resolution Blue #233677
RGB
CMYK
RGB Variations
Color information
#233677 (or 0x233677) is known color: Resolution Blue. HEX triplet: 23, 36 and 77. RGB value is (35,54,119). Sum of RGB (Red+Green+Blue) = 35+54+119=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #233677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233677 is #DCC988. Grayscale: #373737. Windows color (decimal): -14469513 or 7812643. OLE color: 7812643.
HSL color Cylindrical-coordinate representation of color #233677: hue angle of 226.43º 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 #233677 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 54 | 119 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.53 |
| HSL | 226.43º | 0.55% | 0.3% | - |
| HSV(B) | 226.43º | 0.71% | 0.47% | - |
| XYZ | 5.34 | 4.33 | 18.01 | - |
| YUV | 55.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 119 | 0.71 | 0.55 | 0 | 0.53 | 226.43 | 0.55 | 0.3 |
| Hex | 23 | 36 | 77 | 47 | 37 | 0 | 35 | E2 | 37 | 1E |
| Octal | 43 | 66 | 167 | 107 | 67 | 0 | 65 | 342 | 67 | 36 |
| Binary | 100011 | 110110 | 1110111 | 1000111 | 110111 | 0 | 110101 | 11100010 | 110111 | 11110 |
Color Harmonies of #233677
Complementary color
Monochromatic Colors of #233677
Black with #233677
Text Example
Text Example
White with #233677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233677; }
p { color: rgb(35,54,119); }
H1.HeaderClassName
{
color: #233677;
}
.AnyTagClassName
{
color: #233677;
}
</style>
background-color css
<style>
a { background-color: #233677; }
a { background-color: rgb(35,54,119); }
div.DivClassName
{
background-color: #233677;
}
.BgClassName
{
background-color: #233677;
}
</style>
border-color css
<style>
span { border-color: #233677; }
span { border-color: rgb(35,54,119); }
td.TdClassName
{
border-color: #233677;
}
.TagClassName
{
border-color: #233677;
}
</style>