Shades of Resolution Blue #334185
Tints of Resolution Blue #334185
RGB
CMYK
RGB Variations
Color information
#334185 (or 0x334185) is known color: Resolution Blue. HEX triplet: 33, 41 and 85. RGB value is (51,65,133). Sum of RGB (Red+Green+Blue) = 51+65+133=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #334185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334185 is #CCBE7A. Grayscale: #444444. Windows color (decimal): -13418107 or 8732979. OLE color: 8732979.
HSL color Cylindrical-coordinate representation of color #334185: hue angle of 229.76º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334185 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 65 | 133 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.48 |
| HSL | 229.76º | 0.45% | 0.36% | - |
| HSV(B) | 229.76º | 0.62% | 0.52% | - |
| XYZ | 7.49 | 6.18 | 22.99 | - |
| YUV | 68.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 133 | 0.62 | 0.51 | 0 | 0.48 | 229.76 | 0.45 | 0.36 |
| Hex | 33 | 41 | 85 | 3E | 33 | 0 | 30 | E6 | 2D | 24 |
| Octal | 63 | 101 | 205 | 76 | 63 | 0 | 60 | 346 | 55 | 44 |
| Binary | 110011 | 1000001 | 10000101 | 111110 | 110011 | 0 | 110000 | 11100110 | 101101 | 100100 |
Color Harmonies of #334185
Complementary color
Monochromatic Colors of #334185
Black with #334185
Text Example
Text Example
White with #334185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334185; }
p { color: rgb(51,65,133); }
H1.HeaderClassName
{
color: #334185;
}
.AnyTagClassName
{
color: #334185;
}
</style>
background-color css
<style>
a { background-color: #334185; }
a { background-color: rgb(51,65,133); }
div.DivClassName
{
background-color: #334185;
}
.BgClassName
{
background-color: #334185;
}
</style>
border-color css
<style>
span { border-color: #334185; }
span { border-color: rgb(51,65,133); }
td.TdClassName
{
border-color: #334185;
}
.TagClassName
{
border-color: #334185;
}
</style>