Shades of Fun Blue #3B527C
Tints of Fun Blue #3B527C
RGB
CMYK
RGB Variations
Color information
#3B527C (or 0x3B527C) is known color: Fun Blue. HEX triplet: 3B, 52 and 7C. RGB value is (59,82,124). Sum of RGB (Red+Green+Blue) = 59+82+124=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B527C is #C4AD83. Grayscale: #4F4F4F. Windows color (decimal): -12889476 or 8147515. OLE color: 8147515.
HSL color Cylindrical-coordinate representation of color #3B527C: hue angle of 218.77º degrees, saturation: 0.36, 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 #3B527C is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 82 | 124 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.51 |
| HSL | 218.77º | 0.36% | 0.36% | - |
| HSV(B) | 218.77º | 0.52% | 0.49% | - |
| XYZ | 8.46 | 8.42 | 20.25 | - |
| YUV | 79.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 82 | 124 | 0.52 | 0.34 | 0 | 0.51 | 218.77 | 0.36 | 0.36 |
| Hex | 3B | 52 | 7C | 34 | 22 | 0 | 33 | DB | 24 | 24 |
| Octal | 73 | 122 | 174 | 64 | 42 | 0 | 63 | 333 | 44 | 44 |
| Binary | 111011 | 1010010 | 1111100 | 110100 | 100010 | 0 | 110011 | 11011011 | 100100 | 100100 |
Color Harmonies of #3B527C
Complementary color
Monochromatic Colors of #3B527C
Black with #3B527C
Text Example
Text Example
White with #3B527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B527C; }
p { color: rgb(59,82,124); }
H1.HeaderClassName
{
color: #3B527C;
}
.AnyTagClassName
{
color: #3B527C;
}
</style>
background-color css
<style>
a { background-color: #3B527C; }
a { background-color: rgb(59,82,124); }
div.DivClassName
{
background-color: #3B527C;
}
.BgClassName
{
background-color: #3B527C;
}
</style>
border-color css
<style>
span { border-color: #3B527C; }
span { border-color: rgb(59,82,124); }
td.TdClassName
{
border-color: #3B527C;
}
.TagClassName
{
border-color: #3B527C;
}
</style>