Shades of Resolution Blue #233370
Tints of Resolution Blue #233370
RGB
CMYK
RGB Variations
Color information
#233370 (or 0x233370) is known color: Resolution Blue. HEX triplet: 23, 33 and 70. RGB value is (35,51,112). Sum of RGB (Red+Green+Blue) = 35+51+112=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #233370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233370 is #DCCC8F. Grayscale: #343434. Windows color (decimal): -14470288 or 7353123. OLE color: 7353123.
HSL color Cylindrical-coordinate representation of color #233370: hue angle of 227.53º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #233370 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 51 | 112 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.56 |
| HSL | 227.53º | 0.52% | 0.29% | - |
| HSV(B) | 227.53º | 0.69% | 0.44% | - |
| XYZ | 4.8 | 3.89 | 15.83 | - |
| YUV | 53.17 | 161.2 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 112 | 0.69 | 0.54 | 0 | 0.56 | 227.53 | 0.52 | 0.29 |
| Hex | 23 | 33 | 70 | 45 | 36 | 0 | 38 | E4 | 34 | 1D |
| Octal | 43 | 63 | 160 | 105 | 66 | 0 | 70 | 344 | 64 | 35 |
| Binary | 100011 | 110011 | 1110000 | 1000101 | 110110 | 0 | 111000 | 11100100 | 110100 | 11101 |
Color Harmonies of #233370
Complementary color
Monochromatic Colors of #233370
Black with #233370
Text Example
Text Example
White with #233370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233370; }
p { color: rgb(35,51,112); }
H1.HeaderClassName
{
color: #233370;
}
.AnyTagClassName
{
color: #233370;
}
</style>
background-color css
<style>
a { background-color: #233370; }
a { background-color: rgb(35,51,112); }
div.DivClassName
{
background-color: #233370;
}
.BgClassName
{
background-color: #233370;
}
</style>
border-color css
<style>
span { border-color: #233370; }
span { border-color: rgb(35,51,112); }
td.TdClassName
{
border-color: #233370;
}
.TagClassName
{
border-color: #233370;
}
</style>