#334371

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

Shades of Resolution Blue #334371

Tints of Resolution Blue #334371

Color information

#334371 (or 0x334371) is unknown color: approx Resolution Blue. HEX triplet: 33, 43 and 71. RGB value is (51,67,113). Sum of RGB (Red+Green+Blue) = 51+67+113=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #334371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334371 is #CCBC8E. Grayscale: #434343. Windows color (decimal): -13417615 or 7422771. OLE color: 7422771.

HSL color Cylindrical-coordinate representation of color #334371: hue angle of 224.52º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334371 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5167113-
CMYK0.550.4100.56
HSL224.52º37.8%32.16%-
HSV(B)224.52º54.87%44.31%-
XYZ6.355.9116.43-
YUV67.46153.7116.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=22.08%
G=29.00%
B=48.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51671130.550.4100.56224.5237.832.16
Hex3343713729038e12620
Octal6310316167510703414640
Binary11001110000111110001110111101001011100011100001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334371; }

 p { color: rgb(51,67,113); }

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

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

 a { background-color: rgb(51,67,113); }

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

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

 span { border-color: rgb(51,67,113); }

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