Shades of Fun Blue #3C527F
Tints of Fun Blue #3C527F
RGB
CMYK
RGB Variations
Color information
#3C527F (or 0x3C527F) is known color: Fun Blue. HEX triplet: 3C, 52 and 7F. RGB value is (60,82,127). Sum of RGB (Red+Green+Blue) = 60+82+127=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C527F is #C3AD80. Grayscale: #505050. Windows color (decimal): -12823937 or 8344124. OLE color: 8344124.
HSL color Cylindrical-coordinate representation of color #3C527F: hue angle of 220.3º 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 #3C527F is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 82 | 127 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.50 |
| HSL | 220.3º | 0.36% | 0.37% | - |
| HSV(B) | 220.3º | 0.53% | 0.5% | - |
| XYZ | 8.71 | 8.53 | 21.27 | - |
| YUV | 80.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 127 | 0.53 | 0.35 | 0 | 0.50 | 220.3 | 0.36 | 0.37 |
| Hex | 3C | 52 | 7F | 35 | 23 | 0 | 32 | DC | 24 | 25 |
| Octal | 74 | 122 | 177 | 65 | 43 | 0 | 62 | 334 | 44 | 45 |
| Binary | 111100 | 1010010 | 1111111 | 110101 | 100011 | 0 | 110010 | 11011100 | 100100 | 100101 |
Color Harmonies of #3C527F
Complementary color
Monochromatic Colors of #3C527F
Black with #3C527F
Text Example
Text Example
White with #3C527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C527F; }
p { color: rgb(60,82,127); }
H1.HeaderClassName
{
color: #3C527F;
}
.AnyTagClassName
{
color: #3C527F;
}
</style>
background-color css
<style>
a { background-color: #3C527F; }
a { background-color: rgb(60,82,127); }
div.DivClassName
{
background-color: #3C527F;
}
.BgClassName
{
background-color: #3C527F;
}
</style>
border-color css
<style>
span { border-color: #3C527F; }
span { border-color: rgb(60,82,127); }
td.TdClassName
{
border-color: #3C527F;
}
.TagClassName
{
border-color: #3C527F;
}
</style>