#334973

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

Shades of Resolution Blue #334973

Tints of Resolution Blue #334973

Color information

#334973 (or 0x334973) is unknown color: approx Resolution Blue. HEX triplet: 33, 49 and 73. RGB value is (51,73,115). Sum of RGB (Red+Green+Blue) = 51+73+115=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #334973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334973 is #CCB68C. Grayscale: #474747. Windows color (decimal): -13416077 or 7555379. OLE color: 7555379.

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

Color convert

RGB5173115-
CMYK0.560.3700.55
HSL219.38º38.55%32.55%-
HSV(B)219.38º55.65%45.1%-
XYZ6.846.7117.15-
YUV71.21152.71113.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=21.34%
G=30.54%
B=48.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51731150.560.3700.55219.3838.5532.55
Hex3349733825037db2721
Octal6311116370450673334741
Binary11001110010011110011111000100101011011111011011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334973; }

 p { color: rgb(51,73,115); }

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

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

 a { background-color: rgb(51,73,115); }

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

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

 span { border-color: rgb(51,73,115); }

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