Shades of Fun Blue #375286
Tints of Fun Blue #375286
RGB
CMYK
RGB Variations
Color information
#375286 (or 0x375286) is known color: Fun Blue. HEX triplet: 37, 52 and 86. RGB value is (55,82,134). Sum of RGB (Red+Green+Blue) = 55+82+134=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #375286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375286 is #C8AD79. Grayscale: #4F4F4F. Windows color (decimal): -13151610 or 8802871. OLE color: 8802871.
HSL color Cylindrical-coordinate representation of color #375286: hue angle of 219.49º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375286 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 82 | 134 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.47 |
| HSL | 219.49º | 0.42% | 0.37% | - |
| HSV(B) | 219.49º | 0.59% | 0.53% | - |
| XYZ | 8.9 | 8.57 | 23.74 | - |
| YUV | 79.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 134 | 0.59 | 0.39 | 0 | 0.47 | 219.49 | 0.42 | 0.37 |
| Hex | 37 | 52 | 86 | 3B | 27 | 0 | 2F | DB | 2A | 25 |
| Octal | 67 | 122 | 206 | 73 | 47 | 0 | 57 | 333 | 52 | 45 |
| Binary | 110111 | 1010010 | 10000110 | 111011 | 100111 | 0 | 101111 | 11011011 | 101010 | 100101 |
Color Harmonies of #375286
Complementary color
Monochromatic Colors of #375286
Black with #375286
Text Example
Text Example
White with #375286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375286; }
p { color: rgb(55,82,134); }
H1.HeaderClassName
{
color: #375286;
}
.AnyTagClassName
{
color: #375286;
}
</style>
background-color css
<style>
a { background-color: #375286; }
a { background-color: rgb(55,82,134); }
div.DivClassName
{
background-color: #375286;
}
.BgClassName
{
background-color: #375286;
}
</style>
border-color css
<style>
span { border-color: #375286; }
span { border-color: rgb(55,82,134); }
td.TdClassName
{
border-color: #375286;
}
.TagClassName
{
border-color: #375286;
}
</style>