Shades of Fun Blue #3D5784
Tints of Fun Blue #3D5784
RGB
CMYK
RGB Variations
Color information
#3D5784 (or 0x3D5784) is known color: Fun Blue. HEX triplet: 3D, 57 and 84. RGB value is (61,87,132). Sum of RGB (Red+Green+Blue) = 61+87+132=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D5784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5784 is #C2A87B. Grayscale: #545454. Windows color (decimal): -12757116 or 8673085. OLE color: 8673085.
HSL color Cylindrical-coordinate representation of color #3D5784: hue angle of 218.03º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D5784 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 87 | 132 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.48 |
| HSL | 218.03º | 0.37% | 0.38% | - |
| HSV(B) | 218.03º | 0.54% | 0.52% | - |
| XYZ | 9.5 | 9.47 | 23.16 | - |
| YUV | 84.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 132 | 0.54 | 0.34 | 0 | 0.48 | 218.03 | 0.37 | 0.38 |
| Hex | 3D | 57 | 84 | 36 | 22 | 0 | 30 | DA | 25 | 26 |
| Octal | 75 | 127 | 204 | 66 | 42 | 0 | 60 | 332 | 45 | 46 |
| Binary | 111101 | 1010111 | 10000100 | 110110 | 100010 | 0 | 110000 | 11011010 | 100101 | 100110 |
Color Harmonies of #3D5784
Complementary color
Monochromatic Colors of #3D5784
Black with #3D5784
Text Example
Text Example
White with #3D5784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5784; }
p { color: rgb(61,87,132); }
H1.HeaderClassName
{
color: #3D5784;
}
.AnyTagClassName
{
color: #3D5784;
}
</style>
background-color css
<style>
a { background-color: #3D5784; }
a { background-color: rgb(61,87,132); }
div.DivClassName
{
background-color: #3D5784;
}
.BgClassName
{
background-color: #3D5784;
}
</style>
border-color css
<style>
span { border-color: #3D5784; }
span { border-color: rgb(61,87,132); }
td.TdClassName
{
border-color: #3D5784;
}
.TagClassName
{
border-color: #3D5784;
}
</style>