Shades of Fun Blue #335282
Tints of Fun Blue #335282
RGB
CMYK
RGB Variations
Color information
#335282 (or 0x335282) is known color: Fun Blue. HEX triplet: 33, 52 and 82. RGB value is (51,82,130). Sum of RGB (Red+Green+Blue) = 51+82+130=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #335282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335282 is #CCAD7D. Grayscale: #4D4D4D. Windows color (decimal): -13413758 or 8540723. OLE color: 8540723.
HSL color Cylindrical-coordinate representation of color #335282: hue angle of 216.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335282 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 82 | 130 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.49 |
| HSL | 216.46º | 0.44% | 0.35% | - |
| HSV(B) | 216.46º | 0.61% | 0.51% | - |
| XYZ | 8.41 | 8.35 | 22.29 | - |
| YUV | 78.2 | 157.23 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 130 | 0.61 | 0.37 | 0 | 0.49 | 216.46 | 0.44 | 0.35 |
| Hex | 33 | 52 | 82 | 3D | 25 | 0 | 31 | D8 | 2C | 23 |
| Octal | 63 | 122 | 202 | 75 | 45 | 0 | 61 | 330 | 54 | 43 |
| Binary | 110011 | 1010010 | 10000010 | 111101 | 100101 | 0 | 110001 | 11011000 | 101100 | 100011 |
Color Harmonies of #335282
Complementary color
Monochromatic Colors of #335282
Black with #335282
Text Example
Text Example
White with #335282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335282; }
p { color: rgb(51,82,130); }
H1.HeaderClassName
{
color: #335282;
}
.AnyTagClassName
{
color: #335282;
}
</style>
background-color css
<style>
a { background-color: #335282; }
a { background-color: rgb(51,82,130); }
div.DivClassName
{
background-color: #335282;
}
.BgClassName
{
background-color: #335282;
}
</style>
border-color css
<style>
span { border-color: #335282; }
span { border-color: rgb(51,82,130); }
td.TdClassName
{
border-color: #335282;
}
.TagClassName
{
border-color: #335282;
}
</style>