Shades of Fun Blue #3A5279
Tints of Fun Blue #3A5279
RGB
CMYK
RGB Variations
Color information
#3A5279 (or 0x3A5279) is known color: Fun Blue. HEX triplet: 3A, 52 and 79. RGB value is (58,82,121). Sum of RGB (Red+Green+Blue) = 58+82+121=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A5279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5279 is #C5AD86. Grayscale: #4F4F4F. Windows color (decimal): -12955015 or 7950906. OLE color: 7950906.
HSL color Cylindrical-coordinate representation of color #3A5279: hue angle of 217.14º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A5279 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 82 | 121 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.53 |
| HSL | 217.14º | 0.35% | 0.35% | - |
| HSV(B) | 217.14º | 0.52% | 0.47% | - |
| XYZ | 8.21 | 8.31 | 19.26 | - |
| YUV | 79.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 121 | 0.52 | 0.32 | 0 | 0.53 | 217.14 | 0.35 | 0.35 |
| Hex | 3A | 52 | 79 | 34 | 20 | 0 | 35 | D9 | 23 | 23 |
| Octal | 72 | 122 | 171 | 64 | 40 | 0 | 65 | 331 | 43 | 43 |
| Binary | 111010 | 1010010 | 1111001 | 110100 | 100000 | 0 | 110101 | 11011001 | 100011 | 100011 |
Color Harmonies of #3A5279
Complementary color
Monochromatic Colors of #3A5279
Black with #3A5279
Text Example
Text Example
White with #3A5279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5279; }
p { color: rgb(58,82,121); }
H1.HeaderClassName
{
color: #3A5279;
}
.AnyTagClassName
{
color: #3A5279;
}
</style>
background-color css
<style>
a { background-color: #3A5279; }
a { background-color: rgb(58,82,121); }
div.DivClassName
{
background-color: #3A5279;
}
.BgClassName
{
background-color: #3A5279;
}
</style>
border-color css
<style>
span { border-color: #3A5279; }
span { border-color: rgb(58,82,121); }
td.TdClassName
{
border-color: #3A5279;
}
.TagClassName
{
border-color: #3A5279;
}
</style>