#374675

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

Shades of Resolution Blue #374675

Tints of Resolution Blue #374675

Color information

#374675 (or 0x374675) is unknown color: approx Resolution Blue. HEX triplet: 37, 46 and 75. RGB value is (55,70,117). Sum of RGB (Red+Green+Blue) = 55+70+117=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #374675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374675 is #C8B98A. Grayscale: #464646. Windows color (decimal): -13154699 or 7685687. OLE color: 7685687.

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

Color convert

RGB5570117-
CMYK0.530.4000.54
HSL225.48º36.05%33.73%-
HSV(B)225.48º52.99%45.88%-
XYZ6.986.4817.71-
YUV70.87154.03116.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=22.73%
G=28.93%
B=48.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55701170.530.4000.54225.4836.0533.73
Hex3746753528036e12422
Octal6710616565500663414442
Binary11011110001101110101110101101000011011011100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374675; }

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

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

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

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

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

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

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

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