Shades of Fun Blue #354B7D
Tints of Fun Blue #354B7D
RGB
CMYK
RGB Variations
Color information
#354B7D (or 0x354B7D) is known color: Fun Blue. HEX triplet: 35, 4B and 7D. RGB value is (53,75,125). Sum of RGB (Red+Green+Blue) = 53+75+125=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #354B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B7D is #CAB482. Grayscale: #494949. Windows color (decimal): -13284483 or 8211253. OLE color: 8211253.
HSL color Cylindrical-coordinate representation of color #354B7D: hue angle of 221.67º 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 #354B7D is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 75 | 125 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.51 |
| HSL | 221.67º | 0.4% | 0.35% | - |
| HSV(B) | 221.67º | 0.58% | 0.49% | - |
| XYZ | 7.69 | 7.27 | 20.4 | - |
| YUV | 74.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 125 | 0.58 | 0.40 | 0 | 0.51 | 221.67 | 0.4 | 0.35 |
| Hex | 35 | 4B | 7D | 3A | 28 | 0 | 33 | DE | 28 | 23 |
| Octal | 65 | 113 | 175 | 72 | 50 | 0 | 63 | 336 | 50 | 43 |
| Binary | 110101 | 1001011 | 1111101 | 111010 | 101000 | 0 | 110011 | 11011110 | 101000 | 100011 |
Color Harmonies of #354B7D
Complementary color
Monochromatic Colors of #354B7D
Black with #354B7D
Text Example
Text Example
White with #354B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B7D; }
p { color: rgb(53,75,125); }
H1.HeaderClassName
{
color: #354B7D;
}
.AnyTagClassName
{
color: #354B7D;
}
</style>
background-color css
<style>
a { background-color: #354B7D; }
a { background-color: rgb(53,75,125); }
div.DivClassName
{
background-color: #354B7D;
}
.BgClassName
{
background-color: #354B7D;
}
</style>
border-color css
<style>
span { border-color: #354B7D; }
span { border-color: rgb(53,75,125); }
td.TdClassName
{
border-color: #354B7D;
}
.TagClassName
{
border-color: #354B7D;
}
</style>