Shades of Fun Blue #395484
Tints of Fun Blue #395484
RGB
CMYK
RGB Variations
Color information
#395484 (or 0x395484) is known color: Fun Blue. HEX triplet: 39, 54 and 84. RGB value is (57,84,132). Sum of RGB (Red+Green+Blue) = 57+84+132=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #395484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395484 is #C6AB7B. Grayscale: #515151. Windows color (decimal): -13020028 or 8672313. OLE color: 8672313.
HSL color Cylindrical-coordinate representation of color #395484: hue angle of 218.4º 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 #395484 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 84 | 132 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.48 |
| HSL | 218.4º | 0.4% | 0.37% | - |
| HSV(B) | 218.4º | 0.57% | 0.52% | - |
| XYZ | 9.02 | 8.88 | 23.07 | - |
| YUV | 81.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 84 | 132 | 0.57 | 0.36 | 0 | 0.48 | 218.4 | 0.4 | 0.37 |
| Hex | 39 | 54 | 84 | 39 | 24 | 0 | 30 | DA | 28 | 25 |
| Octal | 71 | 124 | 204 | 71 | 44 | 0 | 60 | 332 | 50 | 45 |
| Binary | 111001 | 1010100 | 10000100 | 111001 | 100100 | 0 | 110000 | 11011010 | 101000 | 100101 |
Color Harmonies of #395484
Complementary color
Monochromatic Colors of #395484
Black with #395484
Text Example
Text Example
White with #395484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395484; }
p { color: rgb(57,84,132); }
H1.HeaderClassName
{
color: #395484;
}
.AnyTagClassName
{
color: #395484;
}
</style>
background-color css
<style>
a { background-color: #395484; }
a { background-color: rgb(57,84,132); }
div.DivClassName
{
background-color: #395484;
}
.BgClassName
{
background-color: #395484;
}
</style>
border-color css
<style>
span { border-color: #395484; }
span { border-color: rgb(57,84,132); }
td.TdClassName
{
border-color: #395484;
}
.TagClassName
{
border-color: #395484;
}
</style>