Shades of Fun Blue #354E7A
Tints of Fun Blue #354E7A
RGB
CMYK
RGB Variations
Color information
#354E7A (or 0x354E7A) is known color: Fun Blue. HEX triplet: 35, 4E and 7A. RGB value is (53,78,122). Sum of RGB (Red+Green+Blue) = 53+78+122=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #354E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E7A is #CAB185. Grayscale: #4B4B4B. Windows color (decimal): -13283718 or 8015413. OLE color: 8015413.
HSL color Cylindrical-coordinate representation of color #354E7A: hue angle of 218.26º 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 #354E7A is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 78 | 122 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.52 |
| HSL | 218.26º | 0.39% | 0.34% | - |
| HSV(B) | 218.26º | 0.57% | 0.48% | - |
| XYZ | 7.71 | 7.61 | 19.48 | - |
| YUV | 75.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 122 | 0.57 | 0.36 | 0 | 0.52 | 218.26 | 0.39 | 0.34 |
| Hex | 35 | 4E | 7A | 39 | 24 | 0 | 34 | DA | 27 | 22 |
| Octal | 65 | 116 | 172 | 71 | 44 | 0 | 64 | 332 | 47 | 42 |
| Binary | 110101 | 1001110 | 1111010 | 111001 | 100100 | 0 | 110100 | 11011010 | 100111 | 100010 |
Color Harmonies of #354E7A
Complementary color
Monochromatic Colors of #354E7A
Black with #354E7A
Text Example
Text Example
White with #354E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E7A; }
p { color: rgb(53,78,122); }
H1.HeaderClassName
{
color: #354E7A;
}
.AnyTagClassName
{
color: #354E7A;
}
</style>
background-color css
<style>
a { background-color: #354E7A; }
a { background-color: rgb(53,78,122); }
div.DivClassName
{
background-color: #354E7A;
}
.BgClassName
{
background-color: #354E7A;
}
</style>
border-color css
<style>
span { border-color: #354E7A; }
span { border-color: rgb(53,78,122); }
td.TdClassName
{
border-color: #354E7A;
}
.TagClassName
{
border-color: #354E7A;
}
</style>