Shades of Fun Blue #3C547F
Tints of Fun Blue #3C547F
RGB
CMYK
RGB Variations
Color information
#3C547F (or 0x3C547F) is known color: Fun Blue. HEX triplet: 3C, 54 and 7F. RGB value is (60,84,127). Sum of RGB (Red+Green+Blue) = 60+84+127=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C547F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C547F is #C3AB80. Grayscale: #515151. Windows color (decimal): -12823425 or 8344636. OLE color: 8344636.
HSL color Cylindrical-coordinate representation of color #3C547F: hue angle of 218.51º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C547F is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 84 | 127 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.50 |
| HSL | 218.51º | 0.36% | 0.37% | - |
| HSV(B) | 218.51º | 0.53% | 0.5% | - |
| XYZ | 8.86 | 8.83 | 21.32 | - |
| YUV | 81.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 127 | 0.53 | 0.34 | 0 | 0.50 | 218.51 | 0.36 | 0.37 |
| Hex | 3C | 54 | 7F | 35 | 22 | 0 | 32 | DB | 24 | 25 |
| Octal | 74 | 124 | 177 | 65 | 42 | 0 | 62 | 333 | 44 | 45 |
| Binary | 111100 | 1010100 | 1111111 | 110101 | 100010 | 0 | 110010 | 11011011 | 100100 | 100101 |
Color Harmonies of #3C547F
Complementary color
Monochromatic Colors of #3C547F
Black with #3C547F
Text Example
Text Example
White with #3C547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C547F; }
p { color: rgb(60,84,127); }
H1.HeaderClassName
{
color: #3C547F;
}
.AnyTagClassName
{
color: #3C547F;
}
</style>
background-color css
<style>
a { background-color: #3C547F; }
a { background-color: rgb(60,84,127); }
div.DivClassName
{
background-color: #3C547F;
}
.BgClassName
{
background-color: #3C547F;
}
</style>
border-color css
<style>
span { border-color: #3C547F; }
span { border-color: rgb(60,84,127); }
td.TdClassName
{
border-color: #3C547F;
}
.TagClassName
{
border-color: #3C547F;
}
</style>