Shades of Fun Blue #37527D
Tints of Fun Blue #37527D
RGB
CMYK
RGB Variations
Color information
#37527D (or 0x37527D) is known color: Fun Blue. HEX triplet: 37, 52 and 7D. RGB value is (55,82,125). Sum of RGB (Red+Green+Blue) = 55+82+125=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #37527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37527D is #C8AD82. Grayscale: #4E4E4E. Windows color (decimal): -13151619 or 8213047. OLE color: 8213047.
HSL color Cylindrical-coordinate representation of color #37527D: hue angle of 216.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37527D is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 82 | 125 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.51 |
| HSL | 216.86º | 0.39% | 0.35% | - |
| HSV(B) | 216.86º | 0.56% | 0.49% | - |
| XYZ | 8.29 | 8.33 | 20.57 | - |
| YUV | 78.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 125 | 0.56 | 0.34 | 0 | 0.51 | 216.86 | 0.39 | 0.35 |
| Hex | 37 | 52 | 7D | 38 | 22 | 0 | 33 | D9 | 27 | 23 |
| Octal | 67 | 122 | 175 | 70 | 42 | 0 | 63 | 331 | 47 | 43 |
| Binary | 110111 | 1010010 | 1111101 | 111000 | 100010 | 0 | 110011 | 11011001 | 100111 | 100011 |
Color Harmonies of #37527D
Complementary color
Monochromatic Colors of #37527D
Black with #37527D
Text Example
Text Example
White with #37527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37527D; }
p { color: rgb(55,82,125); }
H1.HeaderClassName
{
color: #37527D;
}
.AnyTagClassName
{
color: #37527D;
}
</style>
background-color css
<style>
a { background-color: #37527D; }
a { background-color: rgb(55,82,125); }
div.DivClassName
{
background-color: #37527D;
}
.BgClassName
{
background-color: #37527D;
}
</style>
border-color css
<style>
span { border-color: #37527D; }
span { border-color: rgb(55,82,125); }
td.TdClassName
{
border-color: #37527D;
}
.TagClassName
{
border-color: #37527D;
}
</style>