#374D7B

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

Shades of Fun Blue #374D7B

Tints of Fun Blue #374D7B

Color information

#374D7B (or 0x374D7B) is unknown color: approx Fun Blue. HEX triplet: 37, 4D and 7B. RGB value is (55,77,123). Sum of RGB (Red+Green+Blue) = 55+77+123=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #374D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D7B is #C8B284. Grayscale: #4B4B4B. Windows color (decimal): -13152901 or 8080695. OLE color: 8080695.

HSL color Cylindrical-coordinate representation of color #374D7B: hue angle of 220.59º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #374D7B is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5577123-
CMYK0.550.3700.52
HSL220.59º38.2%34.9%-
HSV(B)220.59º55.28%48.24%-
XYZ7.87.5519.78-
YUV75.67154.71113.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=21.57%
G=30.20%
B=48.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55771230.550.3700.52220.5938.234.9
Hex374D7B3725034dd2623
Octal6711517367450643354643
Binary11011110011011111011110111100101011010011011101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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