Shades of Fun Blue #3B527A
Tints of Fun Blue #3B527A
RGB
CMYK
RGB Variations
Color information
#3B527A (or 0x3B527A) is known color: Fun Blue. HEX triplet: 3B, 52 and 7A. RGB value is (59,82,122). Sum of RGB (Red+Green+Blue) = 59+82+122=263 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.43% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B527A is #C4AD85. Grayscale: #4F4F4F. Windows color (decimal): -12889478 or 8016443. OLE color: 8016443.
HSL color Cylindrical-coordinate representation of color #3B527A: hue angle of 218.1º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B527A is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 82 | 122 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.52 |
| HSL | 218.1º | 0.35% | 0.35% | - |
| HSV(B) | 218.1º | 0.52% | 0.48% | - |
| XYZ | 8.33 | 8.37 | 19.59 | - |
| YUV | 79.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 82 | 122 | 0.52 | 0.33 | 0 | 0.52 | 218.1 | 0.35 | 0.35 |
| Hex | 3B | 52 | 7A | 34 | 21 | 0 | 34 | DA | 23 | 23 |
| Octal | 73 | 122 | 172 | 64 | 41 | 0 | 64 | 332 | 43 | 43 |
| Binary | 111011 | 1010010 | 1111010 | 110100 | 100001 | 0 | 110100 | 11011010 | 100011 | 100011 |
Color Harmonies of #3B527A
Complementary color
Monochromatic Colors of #3B527A
Black with #3B527A
Text Example
Text Example
White with #3B527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B527A; }
p { color: rgb(59,82,122); }
H1.HeaderClassName
{
color: #3B527A;
}
.AnyTagClassName
{
color: #3B527A;
}
</style>
background-color css
<style>
a { background-color: #3B527A; }
a { background-color: rgb(59,82,122); }
div.DivClassName
{
background-color: #3B527A;
}
.BgClassName
{
background-color: #3B527A;
}
</style>
border-color css
<style>
span { border-color: #3B527A; }
span { border-color: rgb(59,82,122); }
td.TdClassName
{
border-color: #3B527A;
}
.TagClassName
{
border-color: #3B527A;
}
</style>