#334672

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

Shades of Resolution Blue #334672

Tints of Resolution Blue #334672

Color information

#334672 (or 0x334672) is unknown color: approx Resolution Blue. HEX triplet: 33, 46 and 72. RGB value is (51,70,114). Sum of RGB (Red+Green+Blue) = 51+70+114=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #334672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334672 is #CCB98D. Grayscale: #454545. Windows color (decimal): -13416846 or 7489075. OLE color: 7489075.

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

Color convert

RGB5170114-
CMYK0.550.3900.55
HSL221.9º38.18%32.35%-
HSV(B)221.9º55.26%44.71%-
XYZ6.596.316.79-
YUV69.33153.21114.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=21.70%
G=29.79%
B=48.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51701140.550.3900.55221.938.1832.35
Hex3346723727037de2620
Octal6310616267470673364640
Binary11001110001101110010110111100111011011111011110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334672; }

 p { color: rgb(51,70,114); }

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

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

 a { background-color: rgb(51,70,114); }

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

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

 span { border-color: rgb(51,70,114); }

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