Shades of Resolution Blue #233175
Tints of Resolution Blue #233175
RGB
CMYK
RGB Variations
Color information
#233175 (or 0x233175) is known color: Resolution Blue. HEX triplet: 23, 31 and 75. RGB value is (35,49,117). Sum of RGB (Red+Green+Blue) = 35+49+117=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #233175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233175 is #DCCE8A. Grayscale: #343434. Windows color (decimal): -14470795 or 7680291. OLE color: 7680291.
HSL color Cylindrical-coordinate representation of color #233175: hue angle of 229.76º 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 #233175 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 49 | 117 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.54 |
| HSL | 229.76º | 0.54% | 0.3% | - |
| HSV(B) | 229.76º | 0.7% | 0.46% | - |
| XYZ | 5 | 3.84 | 17.31 | - |
| YUV | 52.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 117 | 0.70 | 0.58 | 0 | 0.54 | 229.76 | 0.54 | 0.3 |
| Hex | 23 | 31 | 75 | 46 | 3A | 0 | 36 | E6 | 36 | 1E |
| Octal | 43 | 61 | 165 | 106 | 72 | 0 | 66 | 346 | 66 | 36 |
| Binary | 100011 | 110001 | 1110101 | 1000110 | 111010 | 0 | 110110 | 11100110 | 110110 | 11110 |
Color Harmonies of #233175
Complementary color
Monochromatic Colors of #233175
Black with #233175
Text Example
Text Example
White with #233175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233175; }
p { color: rgb(35,49,117); }
H1.HeaderClassName
{
color: #233175;
}
.AnyTagClassName
{
color: #233175;
}
</style>
background-color css
<style>
a { background-color: #233175; }
a { background-color: rgb(35,49,117); }
div.DivClassName
{
background-color: #233175;
}
.BgClassName
{
background-color: #233175;
}
</style>
border-color css
<style>
span { border-color: #233175; }
span { border-color: rgb(35,49,117); }
td.TdClassName
{
border-color: #233175;
}
.TagClassName
{
border-color: #233175;
}
</style>