#374B76

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

Shades of Fun Blue #374B76

Tints of Fun Blue #374B76

Color information

#374B76 (or 0x374B76) is unknown color: approx Fun Blue. HEX triplet: 37, 4B and 76. RGB value is (55,75,118). Sum of RGB (Red+Green+Blue) = 55+75+118=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #374B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B76 is #C8B489. Grayscale: #494949. Windows color (decimal): -13153418 or 7752503. OLE color: 7752503.

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

Color convert

RGB5575118-
CMYK0.530.3600.54
HSL220.95º36.42%33.92%-
HSV(B)220.95º53.39%46.27%-
XYZ7.367.1518.13-
YUV73.92152.87114.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.18%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=22.18%
G=30.24%
B=47.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55751180.530.3600.54220.9536.4233.92
Hex374B763524036dd2422
Octal6711316665440663354442
Binary11011110010111110110110101100100011011011011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,75,118); }

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

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

 a { background-color: rgb(55,75,118); }

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

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

 span { border-color: rgb(55,75,118); }

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