Shades of Resolution Blue #233772
Tints of Resolution Blue #233772
RGB
CMYK
RGB Variations
Color information
#233772 (or 0x233772) is known color: Resolution Blue. HEX triplet: 23, 37 and 72. RGB value is (35,55,114). Sum of RGB (Red+Green+Blue) = 35+55+114=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #233772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233772 is #DCC88D. Grayscale: #373737. Windows color (decimal): -14469262 or 7485219. OLE color: 7485219.
HSL color Cylindrical-coordinate representation of color #233772: hue angle of 224.81º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #233772 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 55 | 114 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.55 |
| HSL | 224.81º | 0.53% | 0.29% | - |
| HSV(B) | 224.81º | 0.69% | 0.45% | - |
| XYZ | 5.1 | 4.3 | 16.48 | - |
| YUV | 55.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 114 | 0.69 | 0.52 | 0 | 0.55 | 224.81 | 0.53 | 0.29 |
| Hex | 23 | 37 | 72 | 45 | 34 | 0 | 37 | E1 | 35 | 1D |
| Octal | 43 | 67 | 162 | 105 | 64 | 0 | 67 | 341 | 65 | 35 |
| Binary | 100011 | 110111 | 1110010 | 1000101 | 110100 | 0 | 110111 | 11100001 | 110101 | 11101 |
Color Harmonies of #233772
Complementary color
Monochromatic Colors of #233772
Black with #233772
Text Example
Text Example
White with #233772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233772; }
p { color: rgb(35,55,114); }
H1.HeaderClassName
{
color: #233772;
}
.AnyTagClassName
{
color: #233772;
}
</style>
background-color css
<style>
a { background-color: #233772; }
a { background-color: rgb(35,55,114); }
div.DivClassName
{
background-color: #233772;
}
.BgClassName
{
background-color: #233772;
}
</style>
border-color css
<style>
span { border-color: #233772; }
span { border-color: rgb(35,55,114); }
td.TdClassName
{
border-color: #233772;
}
.TagClassName
{
border-color: #233772;
}
</style>