Shades of Fun Blue #35558C
Tints of Fun Blue #35558C
RGB
CMYK
RGB Variations
Color information
#35558C (or 0x35558C) is known color: Fun Blue. HEX triplet: 35, 55 and 8C. RGB value is (53,85,140). Sum of RGB (Red+Green+Blue) = 53+85+140=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #35558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35558C is #CAAA73. Grayscale: #515151. Windows color (decimal): -13281908 or 9196853. OLE color: 9196853.
HSL color Cylindrical-coordinate representation of color #35558C: hue angle of 217.93º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35558C is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 85 | 140 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.45 |
| HSL | 217.93º | 0.45% | 0.38% | - |
| HSV(B) | 217.93º | 0.62% | 0.55% | - |
| XYZ | 9.45 | 9.15 | 26.08 | - |
| YUV | 81.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 140 | 0.62 | 0.39 | 0 | 0.45 | 217.93 | 0.45 | 0.38 |
| Hex | 35 | 55 | 8C | 3E | 27 | 0 | 2D | DA | 2D | 26 |
| Octal | 65 | 125 | 214 | 76 | 47 | 0 | 55 | 332 | 55 | 46 |
| Binary | 110101 | 1010101 | 10001100 | 111110 | 100111 | 0 | 101101 | 11011010 | 101101 | 100110 |
Color Harmonies of #35558C
Complementary color
Monochromatic Colors of #35558C
Black with #35558C
Text Example
Text Example
White with #35558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35558C; }
p { color: rgb(53,85,140); }
H1.HeaderClassName
{
color: #35558C;
}
.AnyTagClassName
{
color: #35558C;
}
</style>
background-color css
<style>
a { background-color: #35558C; }
a { background-color: rgb(53,85,140); }
div.DivClassName
{
background-color: #35558C;
}
.BgClassName
{
background-color: #35558C;
}
</style>
border-color css
<style>
span { border-color: #35558C; }
span { border-color: rgb(53,85,140); }
td.TdClassName
{
border-color: #35558C;
}
.TagClassName
{
border-color: #35558C;
}
</style>