Shades of Resolution Blue #233477
Tints of Resolution Blue #233477
RGB
CMYK
RGB Variations
Color information
#233477 (or 0x233477) is known color: Resolution Blue. HEX triplet: 23, 34 and 77. RGB value is (35,52,119). Sum of RGB (Red+Green+Blue) = 35+52+119=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #233477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233477 is #DCCB88. Grayscale: #363636. Windows color (decimal): -14470025 or 7812131. OLE color: 7812131.
HSL color Cylindrical-coordinate representation of color #233477: hue angle of 227.86º 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 #233477 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 52 | 119 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.53 |
| HSL | 227.86º | 0.55% | 0.3% | - |
| HSV(B) | 227.86º | 0.71% | 0.47% | - |
| XYZ | 5.25 | 4.15 | 17.98 | - |
| YUV | 54.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 119 | 0.71 | 0.56 | 0 | 0.53 | 227.86 | 0.55 | 0.3 |
| Hex | 23 | 34 | 77 | 47 | 38 | 0 | 35 | E4 | 37 | 1E |
| Octal | 43 | 64 | 167 | 107 | 70 | 0 | 65 | 344 | 67 | 36 |
| Binary | 100011 | 110100 | 1110111 | 1000111 | 111000 | 0 | 110101 | 11100100 | 110111 | 11110 |
Color Harmonies of #233477
Complementary color
Monochromatic Colors of #233477
Black with #233477
Text Example
Text Example
White with #233477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233477; }
p { color: rgb(35,52,119); }
H1.HeaderClassName
{
color: #233477;
}
.AnyTagClassName
{
color: #233477;
}
</style>
background-color css
<style>
a { background-color: #233477; }
a { background-color: rgb(35,52,119); }
div.DivClassName
{
background-color: #233477;
}
.BgClassName
{
background-color: #233477;
}
</style>
border-color css
<style>
span { border-color: #233477; }
span { border-color: rgb(35,52,119); }
td.TdClassName
{
border-color: #233477;
}
.TagClassName
{
border-color: #233477;
}
</style>