#334077

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

Shades of Resolution Blue #334077

Tints of Resolution Blue #334077

Color information

#334077 (or 0x334077) is unknown color: approx Resolution Blue. HEX triplet: 33, 40 and 77. RGB value is (51,64,119). Sum of RGB (Red+Green+Blue) = 51+64+119=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #334077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334077 is #CCBF88. Grayscale: #424242. Windows color (decimal): -13418377 or 7815219. OLE color: 7815219.

HSL color Cylindrical-coordinate representation of color #334077: hue angle of 228.53º 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 #334077 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5164119-
CMYK0.570.4600.53
HSL228.53º40%33.33%-
HSV(B)228.53º57.14%46.67%-
XYZ6.535.718.21-
YUV66.38157.69117.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=21.79%
G=27.35%
B=50.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51641190.570.4600.53228.534033.33
Hex334077392E035e52821
Octal6310016771560653455041
Binary11001110000001110111111001101110011010111100101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334077; }

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

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

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

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

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

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

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

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