Shades of Fun Blue #354F7D
Tints of Fun Blue #354F7D
RGB
CMYK
RGB Variations
Color information
#354F7D (or 0x354F7D) is known color: Fun Blue. HEX triplet: 35, 4F and 7D. RGB value is (53,79,125). Sum of RGB (Red+Green+Blue) = 53+79+125=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #354F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F7D is #CAB082. Grayscale: #4C4C4C. Windows color (decimal): -13283459 or 8212277. OLE color: 8212277.
HSL color Cylindrical-coordinate representation of color #354F7D: hue angle of 218.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #354F7D is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 79 | 125 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.51 |
| HSL | 218.33º | 0.4% | 0.35% | - |
| HSV(B) | 218.33º | 0.58% | 0.49% | - |
| XYZ | 7.97 | 7.83 | 20.49 | - |
| YUV | 76.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 125 | 0.58 | 0.37 | 0 | 0.51 | 218.33 | 0.4 | 0.35 |
| Hex | 35 | 4F | 7D | 3A | 25 | 0 | 33 | DA | 28 | 23 |
| Octal | 65 | 117 | 175 | 72 | 45 | 0 | 63 | 332 | 50 | 43 |
| Binary | 110101 | 1001111 | 1111101 | 111010 | 100101 | 0 | 110011 | 11011010 | 101000 | 100011 |
Color Harmonies of #354F7D
Complementary color
Monochromatic Colors of #354F7D
Black with #354F7D
Text Example
Text Example
White with #354F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F7D; }
p { color: rgb(53,79,125); }
H1.HeaderClassName
{
color: #354F7D;
}
.AnyTagClassName
{
color: #354F7D;
}
</style>
background-color css
<style>
a { background-color: #354F7D; }
a { background-color: rgb(53,79,125); }
div.DivClassName
{
background-color: #354F7D;
}
.BgClassName
{
background-color: #354F7D;
}
</style>
border-color css
<style>
span { border-color: #354F7D; }
span { border-color: rgb(53,79,125); }
td.TdClassName
{
border-color: #354F7D;
}
.TagClassName
{
border-color: #354F7D;
}
</style>