Shades of Fun Blue #375588
Tints of Fun Blue #375588
RGB
CMYK
RGB Variations
Color information
#375588 (or 0x375588) is known color: Fun Blue. HEX triplet: 37, 55 and 88. RGB value is (55,85,136). Sum of RGB (Red+Green+Blue) = 55+85+136=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #375588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375588 is #C8AA77. Grayscale: #515151. Windows color (decimal): -13150840 or 8934711. OLE color: 8934711.
HSL color Cylindrical-coordinate representation of color #375588: hue angle of 217.78º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375588 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 85 | 136 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.47 |
| HSL | 217.78º | 0.42% | 0.37% | - |
| HSV(B) | 217.78º | 0.6% | 0.53% | - |
| XYZ | 9.27 | 9.09 | 24.56 | - |
| YUV | 81.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 136 | 0.60 | 0.38 | 0 | 0.47 | 217.78 | 0.42 | 0.37 |
| Hex | 37 | 55 | 88 | 3C | 26 | 0 | 2F | DA | 2A | 25 |
| Octal | 67 | 125 | 210 | 74 | 46 | 0 | 57 | 332 | 52 | 45 |
| Binary | 110111 | 1010101 | 10001000 | 111100 | 100110 | 0 | 101111 | 11011010 | 101010 | 100101 |
Color Harmonies of #375588
Complementary color
Monochromatic Colors of #375588
Black with #375588
Text Example
Text Example
White with #375588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375588; }
p { color: rgb(55,85,136); }
H1.HeaderClassName
{
color: #375588;
}
.AnyTagClassName
{
color: #375588;
}
</style>
background-color css
<style>
a { background-color: #375588; }
a { background-color: rgb(55,85,136); }
div.DivClassName
{
background-color: #375588;
}
.BgClassName
{
background-color: #375588;
}
</style>
border-color css
<style>
span { border-color: #375588; }
span { border-color: rgb(55,85,136); }
td.TdClassName
{
border-color: #375588;
}
.TagClassName
{
border-color: #375588;
}
</style>