#374C7D

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

Shades of Fun Blue #374C7D

Tints of Fun Blue #374C7D

Color information

#374C7D (or 0x374C7D) is unknown color: approx Fun Blue. HEX triplet: 37, 4C and 7D. RGB value is (55,76,125). Sum of RGB (Red+Green+Blue) = 55+76+125=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #374C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C7D is #C8B382. Grayscale: #4B4B4B. Windows color (decimal): -13153155 or 8211511. OLE color: 8211511.

HSL color Cylindrical-coordinate representation of color #374C7D: hue angle of 222º 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 #374C7D is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5576125-
CMYK0.560.3900.51
HSL222º38.89%35.29%-
HSV(B)222º56%49.02%-
XYZ7.867.4620.43-
YUV75.31156.04113.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=21.48%
G=29.69%
B=48.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55761250.560.3900.5122238.8935.29
Hex374C7D3827033de2723
Octal6711417570470633364743
Binary11011110011001111101111000100111011001111011110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,76,125); }

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

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

 a { background-color: rgb(55,76,125); }

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

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

 span { border-color: rgb(55,76,125); }

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