Shades of Fun Blue #395385
Tints of Fun Blue #395385
RGB
CMYK
RGB Variations
Color information
#395385 (or 0x395385) is known color: Fun Blue. HEX triplet: 39, 53 and 85. RGB value is (57,83,133). Sum of RGB (Red+Green+Blue) = 57+83+133=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #395385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395385 is #C6AC7A. Grayscale: #505050. Windows color (decimal): -13020283 or 8737593. OLE color: 8737593.
HSL color Cylindrical-coordinate representation of color #395385: hue angle of 219.47º 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 #395385 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 83 | 133 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.48 |
| HSL | 219.47º | 0.4% | 0.37% | - |
| HSV(B) | 219.47º | 0.57% | 0.52% | - |
| XYZ | 9.01 | 8.75 | 23.4 | - |
| YUV | 80.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 83 | 133 | 0.57 | 0.38 | 0 | 0.48 | 219.47 | 0.4 | 0.37 |
| Hex | 39 | 53 | 85 | 39 | 26 | 0 | 30 | DB | 28 | 25 |
| Octal | 71 | 123 | 205 | 71 | 46 | 0 | 60 | 333 | 50 | 45 |
| Binary | 111001 | 1010011 | 10000101 | 111001 | 100110 | 0 | 110000 | 11011011 | 101000 | 100101 |
Color Harmonies of #395385
Complementary color
Monochromatic Colors of #395385
Black with #395385
Text Example
Text Example
White with #395385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395385; }
p { color: rgb(57,83,133); }
H1.HeaderClassName
{
color: #395385;
}
.AnyTagClassName
{
color: #395385;
}
</style>
background-color css
<style>
a { background-color: #395385; }
a { background-color: rgb(57,83,133); }
div.DivClassName
{
background-color: #395385;
}
.BgClassName
{
background-color: #395385;
}
</style>
border-color css
<style>
span { border-color: #395385; }
span { border-color: rgb(57,83,133); }
td.TdClassName
{
border-color: #395385;
}
.TagClassName
{
border-color: #395385;
}
</style>