Shades of Fun Blue #354A7B
Tints of Fun Blue #354A7B
RGB
CMYK
RGB Variations
Color information
#354A7B (or 0x354A7B) is known color: Fun Blue. HEX triplet: 35, 4A and 7B. RGB value is (53,74,123). Sum of RGB (Red+Green+Blue) = 53+74+123=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #354A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A7B is #CAB584. Grayscale: #494949. Windows color (decimal): -13284741 or 8079925. OLE color: 8079925.
HSL color Cylindrical-coordinate representation of color #354A7B: hue angle of 222º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #354A7B is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 74 | 123 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.52 |
| HSL | 222º | 0.4% | 0.35% | - |
| HSV(B) | 222º | 0.57% | 0.48% | - |
| XYZ | 7.49 | 7.08 | 19.71 | - |
| YUV | 73.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 123 | 0.57 | 0.40 | 0 | 0.52 | 222 | 0.4 | 0.35 |
| Hex | 35 | 4A | 7B | 39 | 28 | 0 | 34 | DE | 28 | 23 |
| Octal | 65 | 112 | 173 | 71 | 50 | 0 | 64 | 336 | 50 | 43 |
| Binary | 110101 | 1001010 | 1111011 | 111001 | 101000 | 0 | 110100 | 11011110 | 101000 | 100011 |
Color Harmonies of #354A7B
Complementary color
Monochromatic Colors of #354A7B
Black with #354A7B
Text Example
Text Example
White with #354A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A7B; }
p { color: rgb(53,74,123); }
H1.HeaderClassName
{
color: #354A7B;
}
.AnyTagClassName
{
color: #354A7B;
}
</style>
background-color css
<style>
a { background-color: #354A7B; }
a { background-color: rgb(53,74,123); }
div.DivClassName
{
background-color: #354A7B;
}
.BgClassName
{
background-color: #354A7B;
}
</style>
border-color css
<style>
span { border-color: #354A7B; }
span { border-color: rgb(53,74,123); }
td.TdClassName
{
border-color: #354A7B;
}
.TagClassName
{
border-color: #354A7B;
}
</style>