Shades of Fun Blue #3B527F
Tints of Fun Blue #3B527F
RGB
CMYK
RGB Variations
Color information
#3B527F (or 0x3B527F) is known color: Fun Blue. HEX triplet: 3B, 52 and 7F. RGB value is (59,82,127). Sum of RGB (Red+Green+Blue) = 59+82+127=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B527F is #C4AD80. Grayscale: #505050. Windows color (decimal): -12889473 or 8344123. OLE color: 8344123.
HSL color Cylindrical-coordinate representation of color #3B527F: hue angle of 219.71º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B527F is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 82 | 127 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.50 |
| HSL | 219.71º | 0.37% | 0.36% | - |
| HSV(B) | 219.71º | 0.54% | 0.5% | - |
| XYZ | 8.65 | 8.5 | 21.26 | - |
| YUV | 80.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 82 | 127 | 0.54 | 0.35 | 0 | 0.50 | 219.71 | 0.37 | 0.36 |
| Hex | 3B | 52 | 7F | 36 | 23 | 0 | 32 | DC | 25 | 24 |
| Octal | 73 | 122 | 177 | 66 | 43 | 0 | 62 | 334 | 45 | 44 |
| Binary | 111011 | 1010010 | 1111111 | 110110 | 100011 | 0 | 110010 | 11011100 | 100101 | 100100 |
Color Harmonies of #3B527F
Complementary color
Monochromatic Colors of #3B527F
Black with #3B527F
Text Example
Text Example
White with #3B527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B527F; }
p { color: rgb(59,82,127); }
H1.HeaderClassName
{
color: #3B527F;
}
.AnyTagClassName
{
color: #3B527F;
}
</style>
background-color css
<style>
a { background-color: #3B527F; }
a { background-color: rgb(59,82,127); }
div.DivClassName
{
background-color: #3B527F;
}
.BgClassName
{
background-color: #3B527F;
}
</style>
border-color css
<style>
span { border-color: #3B527F; }
span { border-color: rgb(59,82,127); }
td.TdClassName
{
border-color: #3B527F;
}
.TagClassName
{
border-color: #3B527F;
}
</style>