Shades of Fun Blue #335083
Tints of Fun Blue #335083
RGB
CMYK
RGB Variations
Color information
#335083 (or 0x335083) is known color: Fun Blue. HEX triplet: 33, 50 and 83. RGB value is (51,80,131). Sum of RGB (Red+Green+Blue) = 51+80+131=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #335083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335083 is #CCAF7C. Grayscale: #4C4C4C. Windows color (decimal): -13414269 or 8605747. OLE color: 8605747.
HSL color Cylindrical-coordinate representation of color #335083: hue angle of 218.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335083 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 80 | 131 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.49 |
| HSL | 218.25º | 0.44% | 0.36% | - |
| HSV(B) | 218.25º | 0.61% | 0.51% | - |
| XYZ | 8.33 | 8.08 | 22.59 | - |
| YUV | 77.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 131 | 0.61 | 0.39 | 0 | 0.49 | 218.25 | 0.44 | 0.36 |
| Hex | 33 | 50 | 83 | 3D | 27 | 0 | 31 | DA | 2C | 24 |
| Octal | 63 | 120 | 203 | 75 | 47 | 0 | 61 | 332 | 54 | 44 |
| Binary | 110011 | 1010000 | 10000011 | 111101 | 100111 | 0 | 110001 | 11011010 | 101100 | 100100 |
Color Harmonies of #335083
Complementary color
Monochromatic Colors of #335083
Black with #335083
Text Example
Text Example
White with #335083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335083; }
p { color: rgb(51,80,131); }
H1.HeaderClassName
{
color: #335083;
}
.AnyTagClassName
{
color: #335083;
}
</style>
background-color css
<style>
a { background-color: #335083; }
a { background-color: rgb(51,80,131); }
div.DivClassName
{
background-color: #335083;
}
.BgClassName
{
background-color: #335083;
}
</style>
border-color css
<style>
span { border-color: #335083; }
span { border-color: rgb(51,80,131); }
td.TdClassName
{
border-color: #335083;
}
.TagClassName
{
border-color: #335083;
}
</style>