Shades of Fun Blue #37517F
Tints of Fun Blue #37517F
RGB
CMYK
RGB Variations
Color information
#37517F (or 0x37517F) is known color: Fun Blue. HEX triplet: 37, 51 and 7F. RGB value is (55,81,127). Sum of RGB (Red+Green+Blue) = 55+81+127=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #37517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37517F is #C8AE80. Grayscale: #4E4E4E. Windows color (decimal): -13151873 or 8343863. OLE color: 8343863.
HSL color Cylindrical-coordinate representation of color #37517F: hue angle of 218.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37517F is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 81 | 127 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.50 |
| HSL | 218.33º | 0.4% | 0.36% | - |
| HSV(B) | 218.33º | 0.57% | 0.5% | - |
| XYZ | 8.35 | 8.23 | 21.23 | - |
| YUV | 78.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 127 | 0.57 | 0.36 | 0 | 0.50 | 218.33 | 0.4 | 0.36 |
| Hex | 37 | 51 | 7F | 39 | 24 | 0 | 32 | DA | 28 | 24 |
| Octal | 67 | 121 | 177 | 71 | 44 | 0 | 62 | 332 | 50 | 44 |
| Binary | 110111 | 1010001 | 1111111 | 111001 | 100100 | 0 | 110010 | 11011010 | 101000 | 100100 |
Color Harmonies of #37517F
Complementary color
Monochromatic Colors of #37517F
Black with #37517F
Text Example
Text Example
White with #37517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37517F; }
p { color: rgb(55,81,127); }
H1.HeaderClassName
{
color: #37517F;
}
.AnyTagClassName
{
color: #37517F;
}
</style>
background-color css
<style>
a { background-color: #37517F; }
a { background-color: rgb(55,81,127); }
div.DivClassName
{
background-color: #37517F;
}
.BgClassName
{
background-color: #37517F;
}
</style>
border-color css
<style>
span { border-color: #37517F; }
span { border-color: rgb(55,81,127); }
td.TdClassName
{
border-color: #37517F;
}
.TagClassName
{
border-color: #37517F;
}
</style>