Shades of Fun Blue #2D4975
Tints of Fun Blue #2D4975
RGB
CMYK
RGB Variations
Color information
#2D4975 (or 0x2D4975) is known color: Fun Blue. HEX triplet: 2D, 49 and 75. RGB value is (45,73,117). Sum of RGB (Red+Green+Blue) = 45+73+117=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D4975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4975 is #D2B68A. Grayscale: #454545. Windows color (decimal): -13809291 or 7686445. OLE color: 7686445.
HSL color Cylindrical-coordinate representation of color #2D4975: hue angle of 216.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D4975 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 73 | 117 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.54 |
| HSL | 216.67º | 0.44% | 0.32% | - |
| HSV(B) | 216.67º | 0.62% | 0.46% | - |
| XYZ | 6.68 | 6.61 | 17.75 | - |
| YUV | 69.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 117 | 0.62 | 0.38 | 0 | 0.54 | 216.67 | 0.44 | 0.32 |
| Hex | 2D | 49 | 75 | 3E | 26 | 0 | 36 | D9 | 2C | 20 |
| Octal | 55 | 111 | 165 | 76 | 46 | 0 | 66 | 331 | 54 | 40 |
| Binary | 101101 | 1001001 | 1110101 | 111110 | 100110 | 0 | 110110 | 11011001 | 101100 | 100000 |
Color Harmonies of #2D4975
Complementary color
Monochromatic Colors of #2D4975
Black with #2D4975
Text Example
Text Example
White with #2D4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4975; }
p { color: rgb(45,73,117); }
H1.HeaderClassName
{
color: #2D4975;
}
.AnyTagClassName
{
color: #2D4975;
}
</style>
background-color css
<style>
a { background-color: #2D4975; }
a { background-color: rgb(45,73,117); }
div.DivClassName
{
background-color: #2D4975;
}
.BgClassName
{
background-color: #2D4975;
}
</style>
border-color css
<style>
span { border-color: #2D4975; }
span { border-color: rgb(45,73,117); }
td.TdClassName
{
border-color: #2D4975;
}
.TagClassName
{
border-color: #2D4975;
}
</style>