Shades of Fun Blue #375285
Tints of Fun Blue #375285
RGB
CMYK
RGB Variations
Color information
#375285 (or 0x375285) is known color: Fun Blue. HEX triplet: 37, 52 and 85. RGB value is (55,82,133). Sum of RGB (Red+Green+Blue) = 55+82+133=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #375285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375285 is #C8AD7A. Grayscale: #4F4F4F. Windows color (decimal): -13151611 or 8737335. OLE color: 8737335.
HSL color Cylindrical-coordinate representation of color #375285: hue angle of 219.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375285 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 82 | 133 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.48 |
| HSL | 219.23º | 0.41% | 0.37% | - |
| HSV(B) | 219.23º | 0.59% | 0.52% | - |
| XYZ | 8.83 | 8.54 | 23.37 | - |
| YUV | 79.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 133 | 0.59 | 0.38 | 0 | 0.48 | 219.23 | 0.41 | 0.37 |
| Hex | 37 | 52 | 85 | 3B | 26 | 0 | 30 | DB | 29 | 25 |
| Octal | 67 | 122 | 205 | 73 | 46 | 0 | 60 | 333 | 51 | 45 |
| Binary | 110111 | 1010010 | 10000101 | 111011 | 100110 | 0 | 110000 | 11011011 | 101001 | 100101 |
Color Harmonies of #375285
Complementary color
Monochromatic Colors of #375285
Black with #375285
Text Example
Text Example
White with #375285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375285; }
p { color: rgb(55,82,133); }
H1.HeaderClassName
{
color: #375285;
}
.AnyTagClassName
{
color: #375285;
}
</style>
background-color css
<style>
a { background-color: #375285; }
a { background-color: rgb(55,82,133); }
div.DivClassName
{
background-color: #375285;
}
.BgClassName
{
background-color: #375285;
}
</style>
border-color css
<style>
span { border-color: #375285; }
span { border-color: rgb(55,82,133); }
td.TdClassName
{
border-color: #375285;
}
.TagClassName
{
border-color: #375285;
}
</style>