Shades of Fun Blue #375078
Tints of Fun Blue #375078
RGB
CMYK
RGB Variations
Color information
#375078 (or 0x375078) is known color: Fun Blue. HEX triplet: 37, 50 and 78. RGB value is (55,80,120). Sum of RGB (Red+Green+Blue) = 55+80+120=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #375078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375078 is #C8AF87. Grayscale: #4C4C4C. Windows color (decimal): -13152136 or 7884855. OLE color: 7884855.
HSL color Cylindrical-coordinate representation of color #375078: hue angle of 216.92º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #375078 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 80 | 120 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.53 |
| HSL | 216.92º | 0.37% | 0.34% | - |
| HSV(B) | 216.92º | 0.54% | 0.47% | - |
| XYZ | 7.83 | 7.91 | 18.88 | - |
| YUV | 77.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 120 | 0.54 | 0.33 | 0 | 0.53 | 216.92 | 0.37 | 0.34 |
| Hex | 37 | 50 | 78 | 36 | 21 | 0 | 35 | D9 | 25 | 22 |
| Octal | 67 | 120 | 170 | 66 | 41 | 0 | 65 | 331 | 45 | 42 |
| Binary | 110111 | 1010000 | 1111000 | 110110 | 100001 | 0 | 110101 | 11011001 | 100101 | 100010 |
Color Harmonies of #375078
Complementary color
Monochromatic Colors of #375078
Black with #375078
Text Example
Text Example
White with #375078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375078; }
p { color: rgb(55,80,120); }
H1.HeaderClassName
{
color: #375078;
}
.AnyTagClassName
{
color: #375078;
}
</style>
background-color css
<style>
a { background-color: #375078; }
a { background-color: rgb(55,80,120); }
div.DivClassName
{
background-color: #375078;
}
.BgClassName
{
background-color: #375078;
}
</style>
border-color css
<style>
span { border-color: #375078; }
span { border-color: rgb(55,80,120); }
td.TdClassName
{
border-color: #375078;
}
.TagClassName
{
border-color: #375078;
}
</style>