Shades of Fun Blue #3B537C
Tints of Fun Blue #3B537C
RGB
CMYK
RGB Variations
Color information
#3B537C (or 0x3B537C) is known color: Fun Blue. HEX triplet: 3B, 53 and 7C. RGB value is (59,83,124). Sum of RGB (Red+Green+Blue) = 59+83+124=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B537C is #C4AC83. Grayscale: #505050. Windows color (decimal): -12889220 or 8147771. OLE color: 8147771.
HSL color Cylindrical-coordinate representation of color #3B537C: hue angle of 217.85º 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 #3B537C is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 83 | 124 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.51 |
| HSL | 217.85º | 0.36% | 0.36% | - |
| HSV(B) | 217.85º | 0.52% | 0.49% | - |
| XYZ | 8.53 | 8.57 | 20.27 | - |
| YUV | 80.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 124 | 0.52 | 0.33 | 0 | 0.51 | 217.85 | 0.36 | 0.36 |
| Hex | 3B | 53 | 7C | 34 | 21 | 0 | 33 | DA | 24 | 24 |
| Octal | 73 | 123 | 174 | 64 | 41 | 0 | 63 | 332 | 44 | 44 |
| Binary | 111011 | 1010011 | 1111100 | 110100 | 100001 | 0 | 110011 | 11011010 | 100100 | 100100 |
Color Harmonies of #3B537C
Complementary color
Monochromatic Colors of #3B537C
Black with #3B537C
Text Example
Text Example
White with #3B537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B537C; }
p { color: rgb(59,83,124); }
H1.HeaderClassName
{
color: #3B537C;
}
.AnyTagClassName
{
color: #3B537C;
}
</style>
background-color css
<style>
a { background-color: #3B537C; }
a { background-color: rgb(59,83,124); }
div.DivClassName
{
background-color: #3B537C;
}
.BgClassName
{
background-color: #3B537C;
}
</style>
border-color css
<style>
span { border-color: #3B537C; }
span { border-color: rgb(59,83,124); }
td.TdClassName
{
border-color: #3B537C;
}
.TagClassName
{
border-color: #3B537C;
}
</style>