Shades of Resolution Blue #334675
Tints of Resolution Blue #334675
RGB
CMYK
RGB Variations
Color information
#334675 (or 0x334675) is known color: Resolution Blue. HEX triplet: 33, 46 and 75. RGB value is (51,70,117). Sum of RGB (Red+Green+Blue) = 51+70+117=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #334675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334675 is #CCB98A. Grayscale: #454545. Windows color (decimal): -13416843 or 7685683. OLE color: 7685683.
HSL color Cylindrical-coordinate representation of color #334675: hue angle of 222.73º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334675 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 70 | 117 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.54 |
| HSL | 222.73º | 0.39% | 0.33% | - |
| HSV(B) | 222.73º | 0.56% | 0.46% | - |
| XYZ | 6.77 | 6.37 | 17.7 | - |
| YUV | 69.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 117 | 0.56 | 0.40 | 0 | 0.54 | 222.73 | 0.39 | 0.33 |
| Hex | 33 | 46 | 75 | 38 | 28 | 0 | 36 | DF | 27 | 21 |
| Octal | 63 | 106 | 165 | 70 | 50 | 0 | 66 | 337 | 47 | 41 |
| Binary | 110011 | 1000110 | 1110101 | 111000 | 101000 | 0 | 110110 | 11011111 | 100111 | 100001 |
Color Harmonies of #334675
Complementary color
Monochromatic Colors of #334675
Black with #334675
Text Example
Text Example
White with #334675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334675; }
p { color: rgb(51,70,117); }
H1.HeaderClassName
{
color: #334675;
}
.AnyTagClassName
{
color: #334675;
}
</style>
background-color css
<style>
a { background-color: #334675; }
a { background-color: rgb(51,70,117); }
div.DivClassName
{
background-color: #334675;
}
.BgClassName
{
background-color: #334675;
}
</style>
border-color css
<style>
span { border-color: #334675; }
span { border-color: rgb(51,70,117); }
td.TdClassName
{
border-color: #334675;
}
.TagClassName
{
border-color: #334675;
}
</style>