Shades of Fun Blue #2D4778
Tints of Fun Blue #2D4778
RGB
CMYK
RGB Variations
Color information
#2D4778 (or 0x2D4778) is known color: Fun Blue. HEX triplet: 2D, 47 and 78. RGB value is (45,71,120). Sum of RGB (Red+Green+Blue) = 45+71+120=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D4778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4778 is #D2B887. Grayscale: #444444. Windows color (decimal): -13809800 or 7882541. OLE color: 7882541.
HSL color Cylindrical-coordinate representation of color #2D4778: hue angle of 219.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D4778 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 71 | 120 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.53 |
| HSL | 219.2º | 0.45% | 0.32% | - |
| HSV(B) | 219.2º | 0.63% | 0.47% | - |
| XYZ | 6.73 | 6.42 | 18.65 | - |
| YUV | 68.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 120 | 0.63 | 0.41 | 0 | 0.53 | 219.2 | 0.45 | 0.32 |
| Hex | 2D | 47 | 78 | 3F | 29 | 0 | 35 | DB | 2D | 20 |
| Octal | 55 | 107 | 170 | 77 | 51 | 0 | 65 | 333 | 55 | 40 |
| Binary | 101101 | 1000111 | 1111000 | 111111 | 101001 | 0 | 110101 | 11011011 | 101101 | 100000 |
Color Harmonies of #2D4778
Complementary color
Monochromatic Colors of #2D4778
Black with #2D4778
Text Example
Text Example
White with #2D4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4778; }
p { color: rgb(45,71,120); }
H1.HeaderClassName
{
color: #2D4778;
}
.AnyTagClassName
{
color: #2D4778;
}
</style>
background-color css
<style>
a { background-color: #2D4778; }
a { background-color: rgb(45,71,120); }
div.DivClassName
{
background-color: #2D4778;
}
.BgClassName
{
background-color: #2D4778;
}
</style>
border-color css
<style>
span { border-color: #2D4778; }
span { border-color: rgb(45,71,120); }
td.TdClassName
{
border-color: #2D4778;
}
.TagClassName
{
border-color: #2D4778;
}
</style>