Shades of Fun Blue #375284
Tints of Fun Blue #375284
RGB
CMYK
RGB Variations
Color information
#375284 (or 0x375284) is known color: Fun Blue. HEX triplet: 37, 52 and 84. RGB value is (55,82,132). Sum of RGB (Red+Green+Blue) = 55+82+132=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #375284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375284 is #C8AD7B. Grayscale: #4F4F4F. Windows color (decimal): -13151612 or 8671799. OLE color: 8671799.
HSL color Cylindrical-coordinate representation of color #375284: hue angle of 218.96º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #375284 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 82 | 132 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.48 |
| HSL | 218.96º | 0.41% | 0.37% | - |
| HSV(B) | 218.96º | 0.58% | 0.52% | - |
| XYZ | 8.76 | 8.51 | 23.01 | - |
| YUV | 79.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 132 | 0.58 | 0.38 | 0 | 0.48 | 218.96 | 0.41 | 0.37 |
| Hex | 37 | 52 | 84 | 3A | 26 | 0 | 30 | DB | 29 | 25 |
| Octal | 67 | 122 | 204 | 72 | 46 | 0 | 60 | 333 | 51 | 45 |
| Binary | 110111 | 1010010 | 10000100 | 111010 | 100110 | 0 | 110000 | 11011011 | 101001 | 100101 |
Color Harmonies of #375284
Complementary color
Monochromatic Colors of #375284
Black with #375284
Text Example
Text Example
White with #375284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375284; }
p { color: rgb(55,82,132); }
H1.HeaderClassName
{
color: #375284;
}
.AnyTagClassName
{
color: #375284;
}
</style>
background-color css
<style>
a { background-color: #375284; }
a { background-color: rgb(55,82,132); }
div.DivClassName
{
background-color: #375284;
}
.BgClassName
{
background-color: #375284;
}
</style>
border-color css
<style>
span { border-color: #375284; }
span { border-color: rgb(55,82,132); }
td.TdClassName
{
border-color: #375284;
}
.TagClassName
{
border-color: #375284;
}
</style>