#374476

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

Shades of Resolution Blue #374476

Tints of Resolution Blue #374476

Color information

#374476 (or 0x374476) is unknown color: approx Resolution Blue. HEX triplet: 37, 44 and 76. RGB value is (55,68,118). Sum of RGB (Red+Green+Blue) = 55+68+118=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #374476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374476 is #C8BB89. Grayscale: #454545. Windows color (decimal): -13155210 or 7750711. OLE color: 7750711.

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

Color convert

RGB5568118-
CMYK0.530.4200.54
HSL227.62º36.42%33.92%-
HSV(B)227.62º53.39%46.27%-
XYZ6.916.2517.98-
YUV69.81155.19117.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=22.82%
G=28.22%
B=48.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55681180.530.4200.54227.6236.4233.92
Hex374476352A036e42422
Octal6710416665520663444442
Binary11011110001001110110110101101010011011011100100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374476; }

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

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

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

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

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

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

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

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