Shades of Fun Blue #395585
Tints of Fun Blue #395585
RGB
CMYK
RGB Variations
Color information
#395585 (or 0x395585) is known color: Fun Blue. HEX triplet: 39, 55 and 85. RGB value is (57,85,133). Sum of RGB (Red+Green+Blue) = 57+85+133=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #395585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395585 is #C6AA7A. Grayscale: #515151. Windows color (decimal): -13019771 or 8738105. OLE color: 8738105.
HSL color Cylindrical-coordinate representation of color #395585: hue angle of 217.89º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395585 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 85 | 133 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.48 |
| HSL | 217.89º | 0.4% | 0.37% | - |
| HSV(B) | 217.89º | 0.57% | 0.52% | - |
| XYZ | 9.17 | 9.06 | 23.46 | - |
| YUV | 82.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 133 | 0.57 | 0.36 | 0 | 0.48 | 217.89 | 0.4 | 0.37 |
| Hex | 39 | 55 | 85 | 39 | 24 | 0 | 30 | DA | 28 | 25 |
| Octal | 71 | 125 | 205 | 71 | 44 | 0 | 60 | 332 | 50 | 45 |
| Binary | 111001 | 1010101 | 10000101 | 111001 | 100100 | 0 | 110000 | 11011010 | 101000 | 100101 |
Color Harmonies of #395585
Complementary color
Monochromatic Colors of #395585
Black with #395585
Text Example
Text Example
White with #395585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395585; }
p { color: rgb(57,85,133); }
H1.HeaderClassName
{
color: #395585;
}
.AnyTagClassName
{
color: #395585;
}
</style>
background-color css
<style>
a { background-color: #395585; }
a { background-color: rgb(57,85,133); }
div.DivClassName
{
background-color: #395585;
}
.BgClassName
{
background-color: #395585;
}
</style>
border-color css
<style>
span { border-color: #395585; }
span { border-color: rgb(57,85,133); }
td.TdClassName
{
border-color: #395585;
}
.TagClassName
{
border-color: #395585;
}
</style>