Shades of Fun Blue #395283
Tints of Fun Blue #395283
RGB
CMYK
RGB Variations
Color information
#395283 (or 0x395283) is known color: Fun Blue. HEX triplet: 39, 52 and 83. RGB value is (57,82,131). Sum of RGB (Red+Green+Blue) = 57+82+131=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #395283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395283 is #C6AD7C. Grayscale: #4F4F4F. Windows color (decimal): -13020541 or 8606265. OLE color: 8606265.
HSL color Cylindrical-coordinate representation of color #395283: hue angle of 219.73º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395283 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 82 | 131 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.49 |
| HSL | 219.73º | 0.39% | 0.37% | - |
| HSV(B) | 219.73º | 0.56% | 0.51% | - |
| XYZ | 8.8 | 8.54 | 22.66 | - |
| YUV | 80.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 131 | 0.56 | 0.37 | 0 | 0.49 | 219.73 | 0.39 | 0.37 |
| Hex | 39 | 52 | 83 | 38 | 25 | 0 | 31 | DC | 27 | 25 |
| Octal | 71 | 122 | 203 | 70 | 45 | 0 | 61 | 334 | 47 | 45 |
| Binary | 111001 | 1010010 | 10000011 | 111000 | 100101 | 0 | 110001 | 11011100 | 100111 | 100101 |
Color Harmonies of #395283
Complementary color
Monochromatic Colors of #395283
Black with #395283
Text Example
Text Example
White with #395283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395283; }
p { color: rgb(57,82,131); }
H1.HeaderClassName
{
color: #395283;
}
.AnyTagClassName
{
color: #395283;
}
</style>
background-color css
<style>
a { background-color: #395283; }
a { background-color: rgb(57,82,131); }
div.DivClassName
{
background-color: #395283;
}
.BgClassName
{
background-color: #395283;
}
</style>
border-color css
<style>
span { border-color: #395283; }
span { border-color: rgb(57,82,131); }
td.TdClassName
{
border-color: #395283;
}
.TagClassName
{
border-color: #395283;
}
</style>