#334271

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

Shades of Resolution Blue #334271

Tints of Resolution Blue #334271

Color information

#334271 (or 0x334271) is unknown color: approx Resolution Blue. HEX triplet: 33, 42 and 71. RGB value is (51,66,113). Sum of RGB (Red+Green+Blue) = 51+66+113=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #334271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334271 is #CCBD8E. Grayscale: #424242. Windows color (decimal): -13417871 or 7422515. OLE color: 7422515.

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

Color convert

RGB5166113-
CMYK0.550.4200.56
HSL225.48º37.8%32.16%-
HSV(B)225.48º54.87%44.31%-
XYZ6.295.7916.41-
YUV66.87154.03116.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=22.17%
G=28.70%
B=49.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51661130.550.4200.56225.4837.832.16
Hex334271372A038e12620
Octal6310216167520703414640
Binary11001110000101110001110111101010011100011100001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334271; }

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

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

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

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

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

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

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

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