#374676

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

Shades of Resolution Blue #374676

Tints of Resolution Blue #374676

Color information

#374676 (or 0x374676) is unknown color: approx Resolution Blue. HEX triplet: 37, 46 and 76. RGB value is (55,70,118). Sum of RGB (Red+Green+Blue) = 55+70+118=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #374676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374676 is #C8B989. Grayscale: #464646. Windows color (decimal): -13154698 or 7751223. OLE color: 7751223.

HSL color Cylindrical-coordinate representation of color #374676: hue angle of 225.71º 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 #374676 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5570118-
CMYK0.530.4100.54
HSL225.71º36.42%33.92%-
HSV(B)225.71º53.39%46.27%-
XYZ7.046.518.02-
YUV70.99154.53116.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=22.63%
G=28.81%
B=48.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55701180.530.4100.54225.7136.4233.92
Hex3746763529036e22422
Octal6710616665510663424442
Binary11011110001101110110110101101001011011011100010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374676; }

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

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

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

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

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

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

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

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