#334777

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

Shades of Resolution Blue #334777

Tints of Resolution Blue #334777

Color information

#334777 (or 0x334777) is unknown color: approx Resolution Blue. HEX triplet: 33, 47 and 77. RGB value is (51,71,119). Sum of RGB (Red+Green+Blue) = 51+71+119=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #334777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334777 is #CCB888. Grayscale: #464646. Windows color (decimal): -13416585 or 7817011. OLE color: 7817011.

HSL color Cylindrical-coordinate representation of color #334777: hue angle of 222.35º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334777 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5171119-
CMYK0.570.4000.53
HSL222.35º40%33.33%-
HSV(B)222.35º57.14%46.67%-
XYZ6.956.5418.35-
YUV70.49155.37114.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=21.16%
G=29.46%
B=49.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51711190.570.4000.53222.354033.33
Hex3347773928035de2821
Octal6310716771500653365041
Binary11001110001111110111111001101000011010111011110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334777; }

 p { color: rgb(51,71,119); }

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

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

 a { background-color: rgb(51,71,119); }

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

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

 span { border-color: rgb(51,71,119); }

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