Shades of Fun Blue #354F7A
Tints of Fun Blue #354F7A
RGB
CMYK
RGB Variations
Color information
#354F7A (or 0x354F7A) is known color: Fun Blue. HEX triplet: 35, 4F and 7A. RGB value is (53,79,122). Sum of RGB (Red+Green+Blue) = 53+79+122=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #354F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F7A is #CAB085. Grayscale: #4B4B4B. Windows color (decimal): -13283462 or 8015669. OLE color: 8015669.
HSL color Cylindrical-coordinate representation of color #354F7A: hue angle of 217.39º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #354F7A is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 79 | 122 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.52 |
| HSL | 217.39º | 0.39% | 0.34% | - |
| HSV(B) | 217.39º | 0.57% | 0.48% | - |
| XYZ | 7.78 | 7.75 | 19.5 | - |
| YUV | 76.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 122 | 0.57 | 0.35 | 0 | 0.52 | 217.39 | 0.39 | 0.34 |
| Hex | 35 | 4F | 7A | 39 | 23 | 0 | 34 | D9 | 27 | 22 |
| Octal | 65 | 117 | 172 | 71 | 43 | 0 | 64 | 331 | 47 | 42 |
| Binary | 110101 | 1001111 | 1111010 | 111001 | 100011 | 0 | 110100 | 11011001 | 100111 | 100010 |
Color Harmonies of #354F7A
Complementary color
Monochromatic Colors of #354F7A
Black with #354F7A
Text Example
Text Example
White with #354F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F7A; }
p { color: rgb(53,79,122); }
H1.HeaderClassName
{
color: #354F7A;
}
.AnyTagClassName
{
color: #354F7A;
}
</style>
background-color css
<style>
a { background-color: #354F7A; }
a { background-color: rgb(53,79,122); }
div.DivClassName
{
background-color: #354F7A;
}
.BgClassName
{
background-color: #354F7A;
}
</style>
border-color css
<style>
span { border-color: #354F7A; }
span { border-color: rgb(53,79,122); }
td.TdClassName
{
border-color: #354F7A;
}
.TagClassName
{
border-color: #354F7A;
}
</style>