Shades of Fun Blue #374D80
Tints of Fun Blue #374D80
RGB
CMYK
RGB Variations
Color information
#374D80 (or 0x374D80) is known color: Fun Blue. HEX triplet: 37, 4D and 80. RGB value is (55,77,128). Sum of RGB (Red+Green+Blue) = 55+77+128=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #374D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D80 is #C8B27F. Grayscale: #4C4C4C. Windows color (decimal): -13152896 or 8408375. OLE color: 8408375.
HSL color Cylindrical-coordinate representation of color #374D80: hue angle of 221.92º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #374D80 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 77 | 128 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.50 |
| HSL | 221.92º | 0.4% | 0.36% | - |
| HSV(B) | 221.92º | 0.57% | 0.5% | - |
| XYZ | 8.13 | 7.68 | 21.48 | - |
| YUV | 76.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 128 | 0.57 | 0.40 | 0 | 0.50 | 221.92 | 0.4 | 0.36 |
| Hex | 37 | 4D | 80 | 39 | 28 | 0 | 32 | DE | 28 | 24 |
| Octal | 67 | 115 | 200 | 71 | 50 | 0 | 62 | 336 | 50 | 44 |
| Binary | 110111 | 1001101 | 10000000 | 111001 | 101000 | 0 | 110010 | 11011110 | 101000 | 100100 |
Color Harmonies of #374D80
Complementary color
Monochromatic Colors of #374D80
Black with #374D80
Text Example
Text Example
White with #374D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D80; }
p { color: rgb(55,77,128); }
H1.HeaderClassName
{
color: #374D80;
}
.AnyTagClassName
{
color: #374D80;
}
</style>
background-color css
<style>
a { background-color: #374D80; }
a { background-color: rgb(55,77,128); }
div.DivClassName
{
background-color: #374D80;
}
.BgClassName
{
background-color: #374D80;
}
</style>
border-color css
<style>
span { border-color: #374D80; }
span { border-color: rgb(55,77,128); }
td.TdClassName
{
border-color: #374D80;
}
.TagClassName
{
border-color: #374D80;
}
</style>