Shades of Fun Blue #354E82
Tints of Fun Blue #354E82
RGB
CMYK
RGB Variations
Color information
#354E82 (or 0x354E82) is known color: Fun Blue. HEX triplet: 35, 4E and 82. RGB value is (53,78,130). Sum of RGB (Red+Green+Blue) = 53+78+130=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #354E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354E82 is #CAB17D. Grayscale: #4C4C4C. Windows color (decimal): -13283710 or 8539701. OLE color: 8539701.
HSL color Cylindrical-coordinate representation of color #354E82: hue angle of 220.52º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354E82 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 78 | 130 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.49 |
| HSL | 220.52º | 0.42% | 0.36% | - |
| HSV(B) | 220.52º | 0.59% | 0.51% | - |
| XYZ | 8.22 | 7.82 | 22.19 | - |
| YUV | 76.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 130 | 0.59 | 0.40 | 0 | 0.49 | 220.52 | 0.42 | 0.36 |
| Hex | 35 | 4E | 82 | 3B | 28 | 0 | 31 | DD | 2A | 24 |
| Octal | 65 | 116 | 202 | 73 | 50 | 0 | 61 | 335 | 52 | 44 |
| Binary | 110101 | 1001110 | 10000010 | 111011 | 101000 | 0 | 110001 | 11011101 | 101010 | 100100 |
Color Harmonies of #354E82
Complementary color
Monochromatic Colors of #354E82
Black with #354E82
Text Example
Text Example
White with #354E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E82; }
p { color: rgb(53,78,130); }
H1.HeaderClassName
{
color: #354E82;
}
.AnyTagClassName
{
color: #354E82;
}
</style>
background-color css
<style>
a { background-color: #354E82; }
a { background-color: rgb(53,78,130); }
div.DivClassName
{
background-color: #354E82;
}
.BgClassName
{
background-color: #354E82;
}
</style>
border-color css
<style>
span { border-color: #354E82; }
span { border-color: rgb(53,78,130); }
td.TdClassName
{
border-color: #354E82;
}
.TagClassName
{
border-color: #354E82;
}
</style>