Shades of Fun Blue #2D477C
Tints of Fun Blue #2D477C
RGB
CMYK
RGB Variations
Color information
#2D477C (or 0x2D477C) is known color: Fun Blue. HEX triplet: 2D, 47 and 7C. RGB value is (45,71,124). Sum of RGB (Red+Green+Blue) = 45+71+124=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D477C is #D2B883. Grayscale: #454545. Windows color (decimal): -13809796 or 8144685. OLE color: 8144685.
HSL color Cylindrical-coordinate representation of color #2D477C: hue angle of 220.25º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D477C is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 71 | 124 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.51 |
| HSL | 220.25º | 0.47% | 0.33% | - |
| HSV(B) | 220.25º | 0.64% | 0.49% | - |
| XYZ | 6.97 | 6.52 | 19.96 | - |
| YUV | 69.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 124 | 0.64 | 0.43 | 0 | 0.51 | 220.25 | 0.47 | 0.33 |
| Hex | 2D | 47 | 7C | 40 | 2B | 0 | 33 | DC | 2F | 21 |
| Octal | 55 | 107 | 174 | 100 | 53 | 0 | 63 | 334 | 57 | 41 |
| Binary | 101101 | 1000111 | 1111100 | 1000000 | 101011 | 0 | 110011 | 11011100 | 101111 | 100001 |
Color Harmonies of #2D477C
Complementary color
Monochromatic Colors of #2D477C
Black with #2D477C
Text Example
Text Example
White with #2D477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D477C; }
p { color: rgb(45,71,124); }
H1.HeaderClassName
{
color: #2D477C;
}
.AnyTagClassName
{
color: #2D477C;
}
</style>
background-color css
<style>
a { background-color: #2D477C; }
a { background-color: rgb(45,71,124); }
div.DivClassName
{
background-color: #2D477C;
}
.BgClassName
{
background-color: #2D477C;
}
</style>
border-color css
<style>
span { border-color: #2D477C; }
span { border-color: rgb(45,71,124); }
td.TdClassName
{
border-color: #2D477C;
}
.TagClassName
{
border-color: #2D477C;
}
</style>