#374973

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

Shades of Resolution Blue #374973

Tints of Resolution Blue #374973

Color information

#374973 (or 0x374973) is unknown color: approx Resolution Blue. HEX triplet: 37, 49 and 73. RGB value is (55,73,115). Sum of RGB (Red+Green+Blue) = 55+73+115=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #374973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374973 is #C8B68C. Grayscale: #484848. Windows color (decimal): -13153933 or 7555383. OLE color: 7555383.

HSL color Cylindrical-coordinate representation of color #374973: hue angle of 222º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #374973 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5573115-
CMYK0.520.3700.55
HSL222º35.29%33.33%-
HSV(B)222º52.17%45.1%-
XYZ7.056.8217.16-
YUV72.41152.04115.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=22.63%
G=30.04%
B=47.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55731150.520.3700.5522235.2933.33
Hex3749733425037de2321
Octal6711116364450673364341
Binary11011110010011110011110100100101011011111011110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374973; }

 p { color: rgb(55,73,115); }

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

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

 a { background-color: rgb(55,73,115); }

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

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

 span { border-color: rgb(55,73,115); }

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