Shades of Fun Blue #374F7F
Tints of Fun Blue #374F7F
RGB
CMYK
RGB Variations
Color information
#374F7F (or 0x374F7F) is known color: Fun Blue. HEX triplet: 37, 4F and 7F. RGB value is (55,79,127). Sum of RGB (Red+Green+Blue) = 55+79+127=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #374F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F7F is #C8B080. Grayscale: #4D4D4D. Windows color (decimal): -13152385 or 8343351. OLE color: 8343351.
HSL color Cylindrical-coordinate representation of color #374F7F: hue angle of 220º 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 #374F7F is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 79 | 127 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.50 |
| HSL | 220º | 0.4% | 0.36% | - |
| HSV(B) | 220º | 0.57% | 0.5% | - |
| XYZ | 8.2 | 7.94 | 21.18 | - |
| YUV | 77.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 127 | 0.57 | 0.38 | 0 | 0.50 | 220 | 0.4 | 0.36 |
| Hex | 37 | 4F | 7F | 39 | 26 | 0 | 32 | DC | 28 | 24 |
| Octal | 67 | 117 | 177 | 71 | 46 | 0 | 62 | 334 | 50 | 44 |
| Binary | 110111 | 1001111 | 1111111 | 111001 | 100110 | 0 | 110010 | 11011100 | 101000 | 100100 |
Color Harmonies of #374F7F
Complementary color
Monochromatic Colors of #374F7F
Black with #374F7F
Text Example
Text Example
White with #374F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F7F; }
p { color: rgb(55,79,127); }
H1.HeaderClassName
{
color: #374F7F;
}
.AnyTagClassName
{
color: #374F7F;
}
</style>
background-color css
<style>
a { background-color: #374F7F; }
a { background-color: rgb(55,79,127); }
div.DivClassName
{
background-color: #374F7F;
}
.BgClassName
{
background-color: #374F7F;
}
</style>
border-color css
<style>
span { border-color: #374F7F; }
span { border-color: rgb(55,79,127); }
td.TdClassName
{
border-color: #374F7F;
}
.TagClassName
{
border-color: #374F7F;
}
</style>