Shades of Fun Blue #35497C
Tints of Fun Blue #35497C
RGB
CMYK
RGB Variations
Color information
#35497C (or 0x35497C) is known color: Fun Blue. HEX triplet: 35, 49 and 7C. RGB value is (53,73,124). Sum of RGB (Red+Green+Blue) = 53+73+124=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #35497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35497C is #CAB683. Grayscale: #484848. Windows color (decimal): -13284996 or 8145205. OLE color: 8145205.
HSL color Cylindrical-coordinate representation of color #35497C: hue angle of 223.1º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35497C is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 73 | 124 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.51 |
| HSL | 223.1º | 0.4% | 0.35% | - |
| HSV(B) | 223.1º | 0.57% | 0.49% | - |
| XYZ | 7.49 | 6.98 | 20.02 | - |
| YUV | 72.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 124 | 0.57 | 0.41 | 0 | 0.51 | 223.1 | 0.4 | 0.35 |
| Hex | 35 | 49 | 7C | 39 | 29 | 0 | 33 | DF | 28 | 23 |
| Octal | 65 | 111 | 174 | 71 | 51 | 0 | 63 | 337 | 50 | 43 |
| Binary | 110101 | 1001001 | 1111100 | 111001 | 101001 | 0 | 110011 | 11011111 | 101000 | 100011 |
Color Harmonies of #35497C
Complementary color
Monochromatic Colors of #35497C
Black with #35497C
Text Example
Text Example
White with #35497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35497C; }
p { color: rgb(53,73,124); }
H1.HeaderClassName
{
color: #35497C;
}
.AnyTagClassName
{
color: #35497C;
}
</style>
background-color css
<style>
a { background-color: #35497C; }
a { background-color: rgb(53,73,124); }
div.DivClassName
{
background-color: #35497C;
}
.BgClassName
{
background-color: #35497C;
}
</style>
border-color css
<style>
span { border-color: #35497C; }
span { border-color: rgb(53,73,124); }
td.TdClassName
{
border-color: #35497C;
}
.TagClassName
{
border-color: #35497C;
}
</style>