Shades of Fun Blue #374E7E
Tints of Fun Blue #374E7E
RGB
CMYK
RGB Variations
Color information
#374E7E (or 0x374E7E) is known color: Fun Blue. HEX triplet: 37, 4E and 7E. RGB value is (55,78,126). Sum of RGB (Red+Green+Blue) = 55+78+126=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #374E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E7E is #C8B181. Grayscale: #4C4C4C. Windows color (decimal): -13152642 or 8277559. OLE color: 8277559.
HSL color Cylindrical-coordinate representation of color #374E7E: hue angle of 220.56º 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 #374E7E is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 78 | 126 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.51 |
| HSL | 220.56º | 0.39% | 0.35% | - |
| HSV(B) | 220.56º | 0.56% | 0.49% | - |
| XYZ | 8.07 | 7.77 | 20.81 | - |
| YUV | 76.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 126 | 0.56 | 0.38 | 0 | 0.51 | 220.56 | 0.39 | 0.35 |
| Hex | 37 | 4E | 7E | 38 | 26 | 0 | 33 | DD | 27 | 23 |
| Octal | 67 | 116 | 176 | 70 | 46 | 0 | 63 | 335 | 47 | 43 |
| Binary | 110111 | 1001110 | 1111110 | 111000 | 100110 | 0 | 110011 | 11011101 | 100111 | 100011 |
Color Harmonies of #374E7E
Complementary color
Monochromatic Colors of #374E7E
Black with #374E7E
Text Example
Text Example
White with #374E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E7E; }
p { color: rgb(55,78,126); }
H1.HeaderClassName
{
color: #374E7E;
}
.AnyTagClassName
{
color: #374E7E;
}
</style>
background-color css
<style>
a { background-color: #374E7E; }
a { background-color: rgb(55,78,126); }
div.DivClassName
{
background-color: #374E7E;
}
.BgClassName
{
background-color: #374E7E;
}
</style>
border-color css
<style>
span { border-color: #374E7E; }
span { border-color: rgb(55,78,126); }
td.TdClassName
{
border-color: #374E7E;
}
.TagClassName
{
border-color: #374E7E;
}
</style>