#374d80

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

Shades of Fun Blue #374D80

Tints of Fun Blue #374D80

Color information

#374D80 (or 0x374D80) is unknown color: approx Fun Blue. HEX triplet: 37, 4D and 80. RGB value is (55,77,128). Sum of RGB (Red+Green+Blue) = 55+77+128=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #374D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D80 is #C8B27F. Grayscale: #4C4C4C. Windows color (decimal): -13152896 or 8408375. OLE color: 8408375.

HSL color Cylindrical-coordinate representation of color #374D80: hue angle of 221.92º 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 #374D80 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5577128-
CMYK0.570.4000.50
HSL221.92º39.89%35.88%-
HSV(B)221.92º57.03%50.2%-
XYZ8.137.6821.48-
YUV76.24157.21112.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 128 (50.39% from 255) = 49.23%
R=21.15%
G=29.62%
B=49.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55771280.570.4000.50221.9239.8935.88
Hex374D803928032de2824
Octal6711520071500623365044
Binary110111100110110000000111001101000011001011011110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374d80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374d80; }

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

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

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

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

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

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

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

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