Shades of Fun Blue #335081
Tints of Fun Blue #335081
RGB
CMYK
RGB Variations
Color information
#335081 (or 0x335081) is known color: Fun Blue. HEX triplet: 33, 50 and 81. RGB value is (51,80,129). Sum of RGB (Red+Green+Blue) = 51+80+129=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #335081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335081 is #CCAF7E. Grayscale: #4C4C4C. Windows color (decimal): -13414271 or 8474675. OLE color: 8474675.
HSL color Cylindrical-coordinate representation of color #335081: hue angle of 217.69º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #335081 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 80 | 129 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.49 |
| HSL | 217.69º | 0.43% | 0.35% | - |
| HSV(B) | 217.69º | 0.6% | 0.51% | - |
| XYZ | 8.2 | 8.03 | 21.89 | - |
| YUV | 76.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 129 | 0.60 | 0.38 | 0 | 0.49 | 217.69 | 0.43 | 0.35 |
| Hex | 33 | 50 | 81 | 3C | 26 | 0 | 31 | DA | 2B | 23 |
| Octal | 63 | 120 | 201 | 74 | 46 | 0 | 61 | 332 | 53 | 43 |
| Binary | 110011 | 1010000 | 10000001 | 111100 | 100110 | 0 | 110001 | 11011010 | 101011 | 100011 |
Color Harmonies of #335081
Complementary color
Monochromatic Colors of #335081
Black with #335081
Text Example
Text Example
White with #335081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335081; }
p { color: rgb(51,80,129); }
H1.HeaderClassName
{
color: #335081;
}
.AnyTagClassName
{
color: #335081;
}
</style>
background-color css
<style>
a { background-color: #335081; }
a { background-color: rgb(51,80,129); }
div.DivClassName
{
background-color: #335081;
}
.BgClassName
{
background-color: #335081;
}
</style>
border-color css
<style>
span { border-color: #335081; }
span { border-color: rgb(51,80,129); }
td.TdClassName
{
border-color: #335081;
}
.TagClassName
{
border-color: #335081;
}
</style>