#334972

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

Shades of Resolution Blue #334972

Tints of Resolution Blue #334972

Color information

#334972 (or 0x334972) is unknown color: approx Resolution Blue. HEX triplet: 33, 49 and 72. RGB value is (51,73,114). Sum of RGB (Red+Green+Blue) = 51+73+114=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #334972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334972 is #CCB68D. Grayscale: #464646. Windows color (decimal): -13416078 or 7489843. OLE color: 7489843.

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

Color convert

RGB5173114-
CMYK0.550.3600.55
HSL219.05º38.18%32.35%-
HSV(B)219.05º55.26%44.71%-
XYZ6.796.6816.85-
YUV71.1152.21113.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=21.43%
G=30.67%
B=47.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51731140.550.3600.55219.0538.1832.35
Hex3349723724037db2620
Octal6311116267440673334640
Binary11001110010011110010110111100100011011111011011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334972; }

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

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

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

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

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

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

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

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