Shades of Resolution Blue #334575
Tints of Resolution Blue #334575
RGB
CMYK
RGB Variations
Color information
#334575 (or 0x334575) is known color: Resolution Blue. HEX triplet: 33, 45 and 75. RGB value is (51,69,117). Sum of RGB (Red+Green+Blue) = 51+69+117=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #334575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334575 is #CCBA8A. Grayscale: #444444. Windows color (decimal): -13417099 or 7685427. OLE color: 7685427.
HSL color Cylindrical-coordinate representation of color #334575: hue angle of 223.64º 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 #334575 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 69 | 117 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.54 |
| HSL | 223.64º | 0.39% | 0.33% | - |
| HSV(B) | 223.64º | 0.56% | 0.46% | - |
| XYZ | 6.7 | 6.24 | 17.68 | - |
| YUV | 69.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 117 | 0.56 | 0.41 | 0 | 0.54 | 223.64 | 0.39 | 0.33 |
| Hex | 33 | 45 | 75 | 38 | 29 | 0 | 36 | E0 | 27 | 21 |
| Octal | 63 | 105 | 165 | 70 | 51 | 0 | 66 | 340 | 47 | 41 |
| Binary | 110011 | 1000101 | 1110101 | 111000 | 101001 | 0 | 110110 | 11100000 | 100111 | 100001 |
Color Harmonies of #334575
Complementary color
Monochromatic Colors of #334575
Black with #334575
Text Example
Text Example
White with #334575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334575; }
p { color: rgb(51,69,117); }
H1.HeaderClassName
{
color: #334575;
}
.AnyTagClassName
{
color: #334575;
}
</style>
background-color css
<style>
a { background-color: #334575; }
a { background-color: rgb(51,69,117); }
div.DivClassName
{
background-color: #334575;
}
.BgClassName
{
background-color: #334575;
}
</style>
border-color css
<style>
span { border-color: #334575; }
span { border-color: rgb(51,69,117); }
td.TdClassName
{
border-color: #334575;
}
.TagClassName
{
border-color: #334575;
}
</style>