#374D7C

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

Shades of Fun Blue #374D7C

Tints of Fun Blue #374D7C

Color information

#374D7C (or 0x374D7C) is unknown color: approx Fun Blue. HEX triplet: 37, 4D and 7C. RGB value is (55,77,124). Sum of RGB (Red+Green+Blue) = 55+77+124=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #374D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D7C is #C8B283. Grayscale: #4B4B4B. Windows color (decimal): -13152900 or 8146231. OLE color: 8146231.

HSL color Cylindrical-coordinate representation of color #374D7C: hue angle of 220.87º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #374D7C is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5577124-
CMYK0.560.3800.51
HSL220.87º38.55%35.1%-
HSV(B)220.87º55.65%48.63%-
XYZ7.877.5820.12-
YUV75.78155.21113.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=21.48%
G=30.08%
B=48.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55771240.560.3800.51220.8738.5535.1
Hex374D7C3826033dd2723
Octal6711517470460633354743
Binary11011110011011111100111000100110011001111011101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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