#374674

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

Shades of Resolution Blue #374674

Tints of Resolution Blue #374674

Color information

#374674 (or 0x374674) is unknown color: approx Resolution Blue. HEX triplet: 37, 46 and 74. RGB value is (55,70,116). Sum of RGB (Red+Green+Blue) = 55+70+116=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #374674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374674 is #C8B98B. Grayscale: #464646. Windows color (decimal): -13154700 or 7620151. OLE color: 7620151.

HSL color Cylindrical-coordinate representation of color #374674: hue angle of 225.25º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #374674 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5570116-
CMYK0.530.4000.55
HSL225.25º35.67%33.53%-
HSV(B)225.25º52.59%45.49%-
XYZ6.926.4517.4-
YUV70.76153.53116.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 116 (45.70% from 255) = 48.13%
R=22.82%
G=29.05%
B=48.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55701160.530.4000.55225.2535.6733.53
Hex3746743528037e12422
Octal6710616465500673414442
Binary11011110001101110100110101101000011011111100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374674; }

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

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

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

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

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

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

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

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