#374D7D

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

Shades of Fun Blue #374D7D

Tints of Fun Blue #374D7D

Color information

#374D7D (or 0x374D7D) is unknown color: approx Fun Blue. HEX triplet: 37, 4D and 7D. RGB value is (55,77,125). Sum of RGB (Red+Green+Blue) = 55+77+125=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #374D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D7D is #C8B282. Grayscale: #4B4B4B. Windows color (decimal): -13152899 or 8211767. OLE color: 8211767.

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

Color convert

RGB5577125-
CMYK0.560.3800.51
HSL221.14º38.89%35.29%-
HSV(B)221.14º56%49.02%-
XYZ7.937.620.45-
YUV75.89155.71113.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 125 (49.22% from 255) = 48.64%
R=21.40%
G=29.96%
B=48.64%

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
Decimal55771250.560.3800.51221.1438.8935.29
Hex374D7D3826033dd2723
Octal6711517570460633354743
Binary11011110011011111101111000100110011001111011101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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