#374979

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

Shades of Resolution Blue #374979

Tints of Resolution Blue #374979

Color information

#374979 (or 0x374979) is unknown color: approx Resolution Blue. HEX triplet: 37, 49 and 79. RGB value is (55,73,121). Sum of RGB (Red+Green+Blue) = 55+73+121=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #374979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374979 is #C8B686. Grayscale: #484848. Windows color (decimal): -13153927 or 7948599. OLE color: 7948599.

HSL color Cylindrical-coordinate representation of color #374979: hue angle of 223.64º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #374979 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5573121-
CMYK0.550.4000.53
HSL223.64º37.5%34.51%-
HSV(B)223.64º54.55%47.45%-
XYZ7.416.9619.04-
YUV73.09155.04115.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 121 (47.66% from 255) = 48.59%
R=22.09%
G=29.32%
B=48.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55731210.550.4000.53223.6437.534.51
Hex3749793728035e02623
Octal6711117167500653404643
Binary11011110010011111001110111101000011010111100000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374979; }

 p { color: rgb(55,73,121); }

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

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

 a { background-color: rgb(55,73,121); }

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

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

 span { border-color: rgb(55,73,121); }

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