#334079

Color #334079 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #334079

Tints of Resolution Blue #334079

Color information

#334079 (or 0x334079) is unknown color: approx Resolution Blue. HEX triplet: 33, 40 and 79. RGB value is (51,64,121). Sum of RGB (Red+Green+Blue) = 51+64+121=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #334079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334079 is #CCBF86. Grayscale: #424242. Windows color (decimal): -13418375 or 7946291. OLE color: 7946291.

HSL color Cylindrical-coordinate representation of color #334079: hue angle of 228.86º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #334079 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5164121-
CMYK0.580.4700.53
HSL228.86º40.7%33.73%-
HSV(B)228.86º57.85%47.45%-
XYZ6.655.7518.85-
YUV66.61158.69116.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 121 (47.66% from 255) = 51.27%
R=21.61%
G=27.12%
B=51.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51641210.580.4700.53228.8640.733.73
Hex3340793A2F035e52922
Octal6310017172570653455142
Binary11001110000001111001111010101111011010111100101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334079; }

 p { color: rgb(51,64,121); }

 H1.HeaderClassName
 {
   color: #334079;
 }
 .AnyTagClassName
 {
   color: #334079;
 }
</style>
background-color css

<style>
 a { background-color: #334079; }

 a { background-color: rgb(51,64,121); }

 div.DivClassName
 {
   background-color: #334079;
 }
 .BgClassName
 {
   background-color: #334079;
 }
</style>
border-color css

<style>
 span { border-color: #334079; }

 span { border-color: rgb(51,64,121); }

 td.TdClassName
 {
   border-color: #334079;
 }
 .TagClassName
 {
   border-color: #334079;
 }
</style>