#334775

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

Shades of Resolution Blue #334775

Tints of Resolution Blue #334775

Color information

#334775 (or 0x334775) is unknown color: approx Resolution Blue. HEX triplet: 33, 47 and 75. RGB value is (51,71,117). Sum of RGB (Red+Green+Blue) = 51+71+117=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #334775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334775 is #CCB88A. Grayscale: #464646. Windows color (decimal): -13416587 or 7685939. OLE color: 7685939.

HSL color Cylindrical-coordinate representation of color #334775: hue angle of 221.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334775 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5171117-
CMYK0.560.3900.54
HSL221.82º39.29%32.94%-
HSV(B)221.82º56.41%45.88%-
XYZ6.836.4917.72-
YUV70.26154.37114.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=21.34%
G=29.71%
B=48.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51711170.560.3900.54221.8239.2932.94
Hex3347753827036de2721
Octal6310716570470663364741
Binary11001110001111110101111000100111011011011011110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334775; }

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

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

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

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

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

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

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

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