Shades of Fun Blue #3D517D
Tints of Fun Blue #3D517D
RGB
CMYK
RGB Variations
Color information
#3D517D (or 0x3D517D) is known color: Fun Blue. HEX triplet: 3D, 51 and 7D. RGB value is (61,81,125). Sum of RGB (Red+Green+Blue) = 61+81+125=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D517D is #C2AE82. Grayscale: #4F4F4F. Windows color (decimal): -12758659 or 8212797. OLE color: 8212797.
HSL color Cylindrical-coordinate representation of color #3D517D: hue angle of 221.25º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D517D is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 81 | 125 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.51 |
| HSL | 221.25º | 0.34% | 0.36% | - |
| HSV(B) | 221.25º | 0.51% | 0.49% | - |
| XYZ | 8.57 | 8.36 | 20.56 | - |
| YUV | 80.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 125 | 0.51 | 0.35 | 0 | 0.51 | 221.25 | 0.34 | 0.36 |
| Hex | 3D | 51 | 7D | 33 | 23 | 0 | 33 | DD | 22 | 24 |
| Octal | 75 | 121 | 175 | 63 | 43 | 0 | 63 | 335 | 42 | 44 |
| Binary | 111101 | 1010001 | 1111101 | 110011 | 100011 | 0 | 110011 | 11011101 | 100010 | 100100 |
Color Harmonies of #3D517D
Complementary color
Monochromatic Colors of #3D517D
Black with #3D517D
Text Example
Text Example
White with #3D517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D517D; }
p { color: rgb(61,81,125); }
H1.HeaderClassName
{
color: #3D517D;
}
.AnyTagClassName
{
color: #3D517D;
}
</style>
background-color css
<style>
a { background-color: #3D517D; }
a { background-color: rgb(61,81,125); }
div.DivClassName
{
background-color: #3D517D;
}
.BgClassName
{
background-color: #3D517D;
}
</style>
border-color css
<style>
span { border-color: #3D517D; }
span { border-color: rgb(61,81,125); }
td.TdClassName
{
border-color: #3D517D;
}
.TagClassName
{
border-color: #3D517D;
}
</style>