Shades of Fun Blue #3C5584
Tints of Fun Blue #3C5584
RGB
CMYK
RGB Variations
Color information
#3C5584 (or 0x3C5584) is known color: Fun Blue. HEX triplet: 3C, 55 and 84. RGB value is (60,85,132). Sum of RGB (Red+Green+Blue) = 60+85+132=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C5584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5584 is #C3AA7B. Grayscale: #525252. Windows color (decimal): -12823164 or 8672572. OLE color: 8672572.
HSL color Cylindrical-coordinate representation of color #3C5584: hue angle of 219.17º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C5584 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 85 | 132 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.48 |
| HSL | 219.17º | 0.38% | 0.38% | - |
| HSV(B) | 219.17º | 0.55% | 0.52% | - |
| XYZ | 9.28 | 9.12 | 23.1 | - |
| YUV | 82.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 132 | 0.55 | 0.36 | 0 | 0.48 | 219.17 | 0.38 | 0.38 |
| Hex | 3C | 55 | 84 | 37 | 24 | 0 | 30 | DB | 26 | 26 |
| Octal | 74 | 125 | 204 | 67 | 44 | 0 | 60 | 333 | 46 | 46 |
| Binary | 111100 | 1010101 | 10000100 | 110111 | 100100 | 0 | 110000 | 11011011 | 100110 | 100110 |
Color Harmonies of #3C5584
Complementary color
Monochromatic Colors of #3C5584
Black with #3C5584
Text Example
Text Example
White with #3C5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5584; }
p { color: rgb(60,85,132); }
H1.HeaderClassName
{
color: #3C5584;
}
.AnyTagClassName
{
color: #3C5584;
}
</style>
background-color css
<style>
a { background-color: #3C5584; }
a { background-color: rgb(60,85,132); }
div.DivClassName
{
background-color: #3C5584;
}
.BgClassName
{
background-color: #3C5584;
}
</style>
border-color css
<style>
span { border-color: #3C5584; }
span { border-color: rgb(60,85,132); }
td.TdClassName
{
border-color: #3C5584;
}
.TagClassName
{
border-color: #3C5584;
}
</style>