#334871

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

Shades of Resolution Blue #334871

Tints of Resolution Blue #334871

Color information

#334871 (or 0x334871) is unknown color: approx Resolution Blue. HEX triplet: 33, 48 and 71. RGB value is (51,72,113). Sum of RGB (Red+Green+Blue) = 51+72+113=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #334871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334871 is #CCB78E. Grayscale: #464646. Windows color (decimal): -13416335 or 7424051. OLE color: 7424051.

HSL color Cylindrical-coordinate representation of color #334871: hue angle of 219.68º 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 #334871 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5172113-
CMYK0.550.3600.56
HSL219.68º37.8%32.16%-
HSV(B)219.68º54.87%44.31%-
XYZ6.666.5316.53-
YUV70.4152.04114.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=21.61%
G=30.51%
B=47.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51721130.550.3600.56219.6837.832.16
Hex3348713724038dc2620
Octal6311016167440703344640
Binary11001110010001110001110111100100011100011011100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334871; }

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

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

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

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

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

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

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

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