Shades of Resolution Blue #334475
Tints of Resolution Blue #334475
RGB
CMYK
RGB Variations
Color information
#334475 (or 0x334475) is known color: Resolution Blue. HEX triplet: 33, 44 and 75. RGB value is (51,68,117). Sum of RGB (Red+Green+Blue) = 51+68+117=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #334475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334475 is #CCBB8A. Grayscale: #444444. Windows color (decimal): -13417355 or 7685171. OLE color: 7685171.
HSL color Cylindrical-coordinate representation of color #334475: hue angle of 224.55º 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 #334475 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 68 | 117 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.54 |
| HSL | 224.55º | 0.39% | 0.33% | - |
| HSV(B) | 224.55º | 0.56% | 0.46% | - |
| XYZ | 6.64 | 6.12 | 17.66 | - |
| YUV | 68.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 117 | 0.56 | 0.42 | 0 | 0.54 | 224.55 | 0.39 | 0.33 |
| Hex | 33 | 44 | 75 | 38 | 2A | 0 | 36 | E1 | 27 | 21 |
| Octal | 63 | 104 | 165 | 70 | 52 | 0 | 66 | 341 | 47 | 41 |
| Binary | 110011 | 1000100 | 1110101 | 111000 | 101010 | 0 | 110110 | 11100001 | 100111 | 100001 |
Color Harmonies of #334475
Complementary color
Monochromatic Colors of #334475
Black with #334475
Text Example
Text Example
White with #334475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334475; }
p { color: rgb(51,68,117); }
H1.HeaderClassName
{
color: #334475;
}
.AnyTagClassName
{
color: #334475;
}
</style>
background-color css
<style>
a { background-color: #334475; }
a { background-color: rgb(51,68,117); }
div.DivClassName
{
background-color: #334475;
}
.BgClassName
{
background-color: #334475;
}
</style>
border-color css
<style>
span { border-color: #334475; }
span { border-color: rgb(51,68,117); }
td.TdClassName
{
border-color: #334475;
}
.TagClassName
{
border-color: #334475;
}
</style>