Shades of Fun Blue #3B547D
Tints of Fun Blue #3B547D
RGB
CMYK
RGB Variations
Color information
#3B547D (or 0x3B547D) is known color: Fun Blue. HEX triplet: 3B, 54 and 7D. RGB value is (59,84,125). Sum of RGB (Red+Green+Blue) = 59+84+125=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B547D is #C4AB82. Grayscale: #515151. Windows color (decimal): -12888963 or 8213563. OLE color: 8213563.
HSL color Cylindrical-coordinate representation of color #3B547D: hue angle of 217.27º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B547D is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 84 | 125 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.51 |
| HSL | 217.27º | 0.36% | 0.36% | - |
| HSV(B) | 217.27º | 0.53% | 0.49% | - |
| XYZ | 8.68 | 8.75 | 20.63 | - |
| YUV | 81.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 125 | 0.53 | 0.33 | 0 | 0.51 | 217.27 | 0.36 | 0.36 |
| Hex | 3B | 54 | 7D | 35 | 21 | 0 | 33 | D9 | 24 | 24 |
| Octal | 73 | 124 | 175 | 65 | 41 | 0 | 63 | 331 | 44 | 44 |
| Binary | 111011 | 1010100 | 1111101 | 110101 | 100001 | 0 | 110011 | 11011001 | 100100 | 100100 |
Color Harmonies of #3B547D
Complementary color
Monochromatic Colors of #3B547D
Black with #3B547D
Text Example
Text Example
White with #3B547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B547D; }
p { color: rgb(59,84,125); }
H1.HeaderClassName
{
color: #3B547D;
}
.AnyTagClassName
{
color: #3B547D;
}
</style>
background-color css
<style>
a { background-color: #3B547D; }
a { background-color: rgb(59,84,125); }
div.DivClassName
{
background-color: #3B547D;
}
.BgClassName
{
background-color: #3B547D;
}
</style>
border-color css
<style>
span { border-color: #3B547D; }
span { border-color: rgb(59,84,125); }
td.TdClassName
{
border-color: #3B547D;
}
.TagClassName
{
border-color: #3B547D;
}
</style>