#374480

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

Shades of Resolution Blue #374480

Tints of Resolution Blue #374480

Color information

#374480 (or 0x374480) is unknown color: approx Resolution Blue. HEX triplet: 37, 44 and 80. RGB value is (55,68,128). Sum of RGB (Red+Green+Blue) = 55+68+128=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #374480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374480 is #C8BB7F. Grayscale: #464646. Windows color (decimal): -13155200 or 8406071. OLE color: 8406071.

HSL color Cylindrical-coordinate representation of color #374480: hue angle of 229.32º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #374480 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5568128-
CMYK0.570.4700.50
HSL229.32º39.89%35.88%-
HSV(B)229.32º57.03%50.2%-
XYZ7.546.521.28-
YUV70.95160.19116.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 128 (50.39% from 255) = 51.00%
R=21.91%
G=27.09%
B=51.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55681280.570.4700.50229.3239.8935.88
Hex374480392F032e52824
Octal6710420071570623455044
Binary110111100010010000000111001101111011001011100101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374480; }

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

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

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

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

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

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

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

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