Shades of Resolution Blue #233076
Tints of Resolution Blue #233076
RGB
CMYK
RGB Variations
Color information
#233076 (or 0x233076) is known color: Resolution Blue. HEX triplet: 23, 30 and 76. RGB value is (35,48,118). Sum of RGB (Red+Green+Blue) = 35+48+118=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #233076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233076 is #DCCF89. Grayscale: #333333. Windows color (decimal): -14471050 or 7745571. OLE color: 7745571.
HSL color Cylindrical-coordinate representation of color #233076: hue angle of 230.6º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #233076 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 48 | 118 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.54 |
| HSL | 230.6º | 0.54% | 0.3% | - |
| HSV(B) | 230.6º | 0.7% | 0.46% | - |
| XYZ | 5.02 | 3.78 | 17.6 | - |
| YUV | 52.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 118 | 0.70 | 0.59 | 0 | 0.54 | 230.6 | 0.54 | 0.3 |
| Hex | 23 | 30 | 76 | 46 | 3B | 0 | 36 | E7 | 36 | 1E |
| Octal | 43 | 60 | 166 | 106 | 73 | 0 | 66 | 347 | 66 | 36 |
| Binary | 100011 | 110000 | 1110110 | 1000110 | 111011 | 0 | 110110 | 11100111 | 110110 | 11110 |
Color Harmonies of #233076
Complementary color
Monochromatic Colors of #233076
Black with #233076
Text Example
Text Example
White with #233076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233076; }
p { color: rgb(35,48,118); }
H1.HeaderClassName
{
color: #233076;
}
.AnyTagClassName
{
color: #233076;
}
</style>
background-color css
<style>
a { background-color: #233076; }
a { background-color: rgb(35,48,118); }
div.DivClassName
{
background-color: #233076;
}
.BgClassName
{
background-color: #233076;
}
</style>
border-color css
<style>
span { border-color: #233076; }
span { border-color: rgb(35,48,118); }
td.TdClassName
{
border-color: #233076;
}
.TagClassName
{
border-color: #233076;
}
</style>