Shades of Resolution Blue #233D76
Tints of Resolution Blue #233D76
RGB
CMYK
RGB Variations
Color information
#233D76 (or 0x233D76) is known color: Resolution Blue. HEX triplet: 23, 3D and 76. RGB value is (35,61,118). Sum of RGB (Red+Green+Blue) = 35+61+118=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #233D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D76 is #DCC289. Grayscale: #3B3B3B. Windows color (decimal): -14467722 or 7748899. OLE color: 7748899.
HSL color Cylindrical-coordinate representation of color #233D76: hue angle of 221.2º 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 #233D76 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 61 | 118 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.54 |
| HSL | 221.2º | 0.54% | 0.3% | - |
| HSV(B) | 221.2º | 0.7% | 0.46% | - |
| XYZ | 5.63 | 5 | 17.81 | - |
| YUV | 59.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 118 | 0.70 | 0.48 | 0 | 0.54 | 221.2 | 0.54 | 0.3 |
| Hex | 23 | 3D | 76 | 46 | 30 | 0 | 36 | DD | 36 | 1E |
| Octal | 43 | 75 | 166 | 106 | 60 | 0 | 66 | 335 | 66 | 36 |
| Binary | 100011 | 111101 | 1110110 | 1000110 | 110000 | 0 | 110110 | 11011101 | 110110 | 11110 |
Color Harmonies of #233D76
Complementary color
Monochromatic Colors of #233D76
Black with #233D76
Text Example
Text Example
White with #233D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D76; }
p { color: rgb(35,61,118); }
H1.HeaderClassName
{
color: #233D76;
}
.AnyTagClassName
{
color: #233D76;
}
</style>
background-color css
<style>
a { background-color: #233D76; }
a { background-color: rgb(35,61,118); }
div.DivClassName
{
background-color: #233D76;
}
.BgClassName
{
background-color: #233D76;
}
</style>
border-color css
<style>
span { border-color: #233D76; }
span { border-color: rgb(35,61,118); }
td.TdClassName
{
border-color: #233D76;
}
.TagClassName
{
border-color: #233D76;
}
</style>