Shades of Fun Blue #3C527C
Tints of Fun Blue #3C527C
RGB
CMYK
RGB Variations
Color information
#3C527C (or 0x3C527C) is known color: Fun Blue. HEX triplet: 3C, 52 and 7C. RGB value is (60,82,124). Sum of RGB (Red+Green+Blue) = 60+82+124=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C527C is #C3AD83. Grayscale: #505050. Windows color (decimal): -12823940 or 8147516. OLE color: 8147516.
HSL color Cylindrical-coordinate representation of color #3C527C: hue angle of 219.38º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C527C is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 82 | 124 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.51 |
| HSL | 219.38º | 0.35% | 0.36% | - |
| HSV(B) | 219.38º | 0.52% | 0.49% | - |
| XYZ | 8.52 | 8.45 | 20.25 | - |
| YUV | 80.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 124 | 0.52 | 0.34 | 0 | 0.51 | 219.38 | 0.35 | 0.36 |
| Hex | 3C | 52 | 7C | 34 | 22 | 0 | 33 | DB | 23 | 24 |
| Octal | 74 | 122 | 174 | 64 | 42 | 0 | 63 | 333 | 43 | 44 |
| Binary | 111100 | 1010010 | 1111100 | 110100 | 100010 | 0 | 110011 | 11011011 | 100011 | 100100 |
Color Harmonies of #3C527C
Complementary color
Monochromatic Colors of #3C527C
Black with #3C527C
Text Example
Text Example
White with #3C527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C527C; }
p { color: rgb(60,82,124); }
H1.HeaderClassName
{
color: #3C527C;
}
.AnyTagClassName
{
color: #3C527C;
}
</style>
background-color css
<style>
a { background-color: #3C527C; }
a { background-color: rgb(60,82,124); }
div.DivClassName
{
background-color: #3C527C;
}
.BgClassName
{
background-color: #3C527C;
}
</style>
border-color css
<style>
span { border-color: #3C527C; }
span { border-color: rgb(60,82,124); }
td.TdClassName
{
border-color: #3C527C;
}
.TagClassName
{
border-color: #3C527C;
}
</style>