#374775

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

Shades of Resolution Blue #374775

Tints of Resolution Blue #374775

Color information

#374775 (or 0x374775) is unknown color: approx Resolution Blue. HEX triplet: 37, 47 and 75. RGB value is (55,71,117). Sum of RGB (Red+Green+Blue) = 55+71+117=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #374775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374775 is #C8B88A. Grayscale: #474747. Windows color (decimal): -13154443 or 7685943. OLE color: 7685943.

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

Color convert

RGB5571117-
CMYK0.530.3900.54
HSL224.52º36.05%33.73%-
HSV(B)224.52º52.99%45.88%-
XYZ7.046.617.73-
YUV71.46153.7116.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=22.63%
G=29.22%
B=48.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55711170.530.3900.54224.5236.0533.73
Hex3747753527036e12422
Octal6710716565470663414442
Binary11011110001111110101110101100111011011011100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374775; }

 p { color: rgb(55,71,117); }

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

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

 a { background-color: rgb(55,71,117); }

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

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

 span { border-color: rgb(55,71,117); }

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