Shades of Fun Blue #375079
Tints of Fun Blue #375079
RGB
CMYK
RGB Variations
Color information
#375079 (or 0x375079) is known color: Fun Blue. HEX triplet: 37, 50 and 79. RGB value is (55,80,121). Sum of RGB (Red+Green+Blue) = 55+80+121=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #375079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375079 is #C8AF86. Grayscale: #4D4D4D. Windows color (decimal): -13152135 or 7950391. OLE color: 7950391.
HSL color Cylindrical-coordinate representation of color #375079: hue angle of 217.27º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #375079 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 80 | 121 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.53 |
| HSL | 217.27º | 0.38% | 0.35% | - |
| HSV(B) | 217.27º | 0.55% | 0.47% | - |
| XYZ | 7.9 | 7.93 | 19.2 | - |
| YUV | 77.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 121 | 0.55 | 0.34 | 0 | 0.53 | 217.27 | 0.38 | 0.35 |
| Hex | 37 | 50 | 79 | 37 | 22 | 0 | 35 | D9 | 26 | 23 |
| Octal | 67 | 120 | 171 | 67 | 42 | 0 | 65 | 331 | 46 | 43 |
| Binary | 110111 | 1010000 | 1111001 | 110111 | 100010 | 0 | 110101 | 11011001 | 100110 | 100011 |
Color Harmonies of #375079
Complementary color
Monochromatic Colors of #375079
Black with #375079
Text Example
Text Example
White with #375079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375079; }
p { color: rgb(55,80,121); }
H1.HeaderClassName
{
color: #375079;
}
.AnyTagClassName
{
color: #375079;
}
</style>
background-color css
<style>
a { background-color: #375079; }
a { background-color: rgb(55,80,121); }
div.DivClassName
{
background-color: #375079;
}
.BgClassName
{
background-color: #375079;
}
</style>
border-color css
<style>
span { border-color: #375079; }
span { border-color: rgb(55,80,121); }
td.TdClassName
{
border-color: #375079;
}
.TagClassName
{
border-color: #375079;
}
</style>