Shades of Fun Blue #374F80
Tints of Fun Blue #374F80
RGB
CMYK
RGB Variations
Color information
#374F80 (or 0x374F80) is known color: Fun Blue. HEX triplet: 37, 4F and 80. RGB value is (55,79,128). Sum of RGB (Red+Green+Blue) = 55+79+128=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #374F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F80 is #C8B07F. Grayscale: #4D4D4D. Windows color (decimal): -13152384 or 8408887. OLE color: 8408887.
HSL color Cylindrical-coordinate representation of color #374F80: hue angle of 220.27º 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 #374F80 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 79 | 128 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.50 |
| HSL | 220.27º | 0.4% | 0.36% | - |
| HSV(B) | 220.27º | 0.57% | 0.5% | - |
| XYZ | 8.27 | 7.96 | 21.52 | - |
| YUV | 77.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 128 | 0.57 | 0.38 | 0 | 0.50 | 220.27 | 0.4 | 0.36 |
| Hex | 37 | 4F | 80 | 39 | 26 | 0 | 32 | DC | 28 | 24 |
| Octal | 67 | 117 | 200 | 71 | 46 | 0 | 62 | 334 | 50 | 44 |
| Binary | 110111 | 1001111 | 10000000 | 111001 | 100110 | 0 | 110010 | 11011100 | 101000 | 100100 |
Color Harmonies of #374F80
Complementary color
Monochromatic Colors of #374F80
Black with #374F80
Text Example
Text Example
White with #374F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F80; }
p { color: rgb(55,79,128); }
H1.HeaderClassName
{
color: #374F80;
}
.AnyTagClassName
{
color: #374F80;
}
</style>
background-color css
<style>
a { background-color: #374F80; }
a { background-color: rgb(55,79,128); }
div.DivClassName
{
background-color: #374F80;
}
.BgClassName
{
background-color: #374F80;
}
</style>
border-color css
<style>
span { border-color: #374F80; }
span { border-color: rgb(55,79,128); }
td.TdClassName
{
border-color: #374F80;
}
.TagClassName
{
border-color: #374F80;
}
</style>