#334177

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

Shades of Resolution Blue #334177

Tints of Resolution Blue #334177

Color information

#334177 (or 0x334177) is unknown color: approx Resolution Blue. HEX triplet: 33, 41 and 77. RGB value is (51,65,119). Sum of RGB (Red+Green+Blue) = 51+65+119=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #334177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334177 is #CCBE88. Grayscale: #424242. Windows color (decimal): -13418121 or 7815475. OLE color: 7815475.

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

Color convert

RGB5165119-
CMYK0.570.4500.53
HSL227.65º40%33.33%-
HSV(B)227.65º57.14%46.67%-
XYZ6.595.8218.23-
YUV66.97157.36116.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=21.70%
G=27.66%
B=50.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51651190.570.4500.53227.654033.33
Hex334177392D035e42821
Octal6310116771550653445041
Binary11001110000011110111111001101101011010111100100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334177; }

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

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

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

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

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

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

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

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