Shades of Fun Blue #3E5681
Tints of Fun Blue #3E5681
RGB
CMYK
RGB Variations
Color information
#3E5681 (or 0x3E5681) is known color: Fun Blue. HEX triplet: 3E, 56 and 81. RGB value is (62,86,129). Sum of RGB (Red+Green+Blue) = 62+86+129=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E5681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5681 is #C1A97E. Grayscale: #535353. Windows color (decimal): -12691839 or 8476222. OLE color: 8476222.
HSL color Cylindrical-coordinate representation of color #3E5681: hue angle of 218.51º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E5681 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 86 | 129 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.49 |
| HSL | 218.51º | 0.35% | 0.37% | - |
| HSV(B) | 218.51º | 0.52% | 0.51% | - |
| XYZ | 9.28 | 9.26 | 22.07 | - |
| YUV | 83.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 129 | 0.52 | 0.33 | 0 | 0.49 | 218.51 | 0.35 | 0.37 |
| Hex | 3E | 56 | 81 | 34 | 21 | 0 | 31 | DB | 23 | 25 |
| Octal | 76 | 126 | 201 | 64 | 41 | 0 | 61 | 333 | 43 | 45 |
| Binary | 111110 | 1010110 | 10000001 | 110100 | 100001 | 0 | 110001 | 11011011 | 100011 | 100101 |
Color Harmonies of #3E5681
Complementary color
Monochromatic Colors of #3E5681
Black with #3E5681
Text Example
Text Example
White with #3E5681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5681; }
p { color: rgb(62,86,129); }
H1.HeaderClassName
{
color: #3E5681;
}
.AnyTagClassName
{
color: #3E5681;
}
</style>
background-color css
<style>
a { background-color: #3E5681; }
a { background-color: rgb(62,86,129); }
div.DivClassName
{
background-color: #3E5681;
}
.BgClassName
{
background-color: #3E5681;
}
</style>
border-color css
<style>
span { border-color: #3E5681; }
span { border-color: rgb(62,86,129); }
td.TdClassName
{
border-color: #3E5681;
}
.TagClassName
{
border-color: #3E5681;
}
</style>