Shades of Resolution Blue #334378
Tints of Resolution Blue #334378
RGB
CMYK
RGB Variations
Color information
#334378 (or 0x334378) is known color: Resolution Blue. HEX triplet: 33, 43 and 78. RGB value is (51,67,120). Sum of RGB (Red+Green+Blue) = 51+67+120=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #334378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334378 is #CCBC87. Grayscale: #444444. Windows color (decimal): -13417608 or 7881523. OLE color: 7881523.
HSL color Cylindrical-coordinate representation of color #334378: hue angle of 226.09º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334378 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 67 | 120 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.53 |
| HSL | 226.09º | 0.4% | 0.34% | - |
| HSV(B) | 226.09º | 0.58% | 0.47% | - |
| XYZ | 6.76 | 6.07 | 18.59 | - |
| YUV | 68.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 120 | 0.58 | 0.44 | 0 | 0.53 | 226.09 | 0.4 | 0.34 |
| Hex | 33 | 43 | 78 | 3A | 2C | 0 | 35 | E2 | 28 | 22 |
| Octal | 63 | 103 | 170 | 72 | 54 | 0 | 65 | 342 | 50 | 42 |
| Binary | 110011 | 1000011 | 1111000 | 111010 | 101100 | 0 | 110101 | 11100010 | 101000 | 100010 |
Color Harmonies of #334378
Complementary color
Monochromatic Colors of #334378
Black with #334378
Text Example
Text Example
White with #334378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334378; }
p { color: rgb(51,67,120); }
H1.HeaderClassName
{
color: #334378;
}
.AnyTagClassName
{
color: #334378;
}
</style>
background-color css
<style>
a { background-color: #334378; }
a { background-color: rgb(51,67,120); }
div.DivClassName
{
background-color: #334378;
}
.BgClassName
{
background-color: #334378;
}
</style>
border-color css
<style>
span { border-color: #334378; }
span { border-color: rgb(51,67,120); }
td.TdClassName
{
border-color: #334378;
}
.TagClassName
{
border-color: #334378;
}
</style>