Shades of Fun Blue #335085
Tints of Fun Blue #335085
RGB
CMYK
RGB Variations
Color information
#335085 (or 0x335085) is known color: Fun Blue. HEX triplet: 33, 50 and 85. RGB value is (51,80,133). Sum of RGB (Red+Green+Blue) = 51+80+133=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #335085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335085 is #CCAF7A. Grayscale: #4D4D4D. Windows color (decimal): -13414267 or 8736819. OLE color: 8736819.
HSL color Cylindrical-coordinate representation of color #335085: hue angle of 218.78º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #335085 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 80 | 133 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.48 |
| HSL | 218.78º | 0.45% | 0.36% | - |
| HSV(B) | 218.78º | 0.62% | 0.52% | - |
| XYZ | 8.47 | 8.13 | 23.31 | - |
| YUV | 77.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 133 | 0.62 | 0.40 | 0 | 0.48 | 218.78 | 0.45 | 0.36 |
| Hex | 33 | 50 | 85 | 3E | 28 | 0 | 30 | DB | 2D | 24 |
| Octal | 63 | 120 | 205 | 76 | 50 | 0 | 60 | 333 | 55 | 44 |
| Binary | 110011 | 1010000 | 10000101 | 111110 | 101000 | 0 | 110000 | 11011011 | 101101 | 100100 |
Color Harmonies of #335085
Complementary color
Monochromatic Colors of #335085
Black with #335085
Text Example
Text Example
White with #335085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335085; }
p { color: rgb(51,80,133); }
H1.HeaderClassName
{
color: #335085;
}
.AnyTagClassName
{
color: #335085;
}
</style>
background-color css
<style>
a { background-color: #335085; }
a { background-color: rgb(51,80,133); }
div.DivClassName
{
background-color: #335085;
}
.BgClassName
{
background-color: #335085;
}
</style>
border-color css
<style>
span { border-color: #335085; }
span { border-color: rgb(51,80,133); }
td.TdClassName
{
border-color: #335085;
}
.TagClassName
{
border-color: #335085;
}
</style>