#374A76

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

Shades of Resolution Blue #374A76

Tints of Resolution Blue #374A76

Color information

#374A76 (or 0x374A76) is unknown color: approx Resolution Blue. HEX triplet: 37, 4A and 76. RGB value is (55,74,118). Sum of RGB (Red+Green+Blue) = 55+74+118=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #374A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A76 is #C8B589. Grayscale: #494949. Windows color (decimal): -13153674 or 7752247. OLE color: 7752247.

HSL color Cylindrical-coordinate representation of color #374A76: hue angle of 221.9º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #374A76 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5574118-
CMYK0.530.3700.54
HSL221.9º36.42%33.92%-
HSV(B)221.9º53.39%46.27%-
XYZ7.297.0218.11-
YUV73.33153.21114.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=22.27%
G=29.96%
B=47.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55741180.530.3700.54221.936.4233.92
Hex374A763525036de2422
Octal6711216665450663364442
Binary11011110010101110110110101100101011011011011110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374A76; }

 p { color: rgb(55,74,118); }

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

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

 a { background-color: rgb(55,74,118); }

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

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

 span { border-color: rgb(55,74,118); }

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