Shades of Fun Blue #2D467C
Tints of Fun Blue #2D467C
RGB
CMYK
RGB Variations
Color information
#2D467C (or 0x2D467C) is known color: Fun Blue. HEX triplet: 2D, 46 and 7C. RGB value is (45,70,124). Sum of RGB (Red+Green+Blue) = 45+70+124=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D467C is #D2B983. Grayscale: #444444. Windows color (decimal): -13810052 or 8144429. OLE color: 8144429.
HSL color Cylindrical-coordinate representation of color #2D467C: hue angle of 221.01º 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 #2D467C is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 70 | 124 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.51 |
| HSL | 221.01º | 0.47% | 0.33% | - |
| HSV(B) | 221.01º | 0.64% | 0.49% | - |
| XYZ | 6.91 | 6.39 | 19.94 | - |
| YUV | 68.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 124 | 0.64 | 0.44 | 0 | 0.51 | 221.01 | 0.47 | 0.33 |
| Hex | 2D | 46 | 7C | 40 | 2C | 0 | 33 | DD | 2F | 21 |
| Octal | 55 | 106 | 174 | 100 | 54 | 0 | 63 | 335 | 57 | 41 |
| Binary | 101101 | 1000110 | 1111100 | 1000000 | 101100 | 0 | 110011 | 11011101 | 101111 | 100001 |
Color Harmonies of #2D467C
Complementary color
Monochromatic Colors of #2D467C
Black with #2D467C
Text Example
Text Example
White with #2D467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D467C; }
p { color: rgb(45,70,124); }
H1.HeaderClassName
{
color: #2D467C;
}
.AnyTagClassName
{
color: #2D467C;
}
</style>
background-color css
<style>
a { background-color: #2D467C; }
a { background-color: rgb(45,70,124); }
div.DivClassName
{
background-color: #2D467C;
}
.BgClassName
{
background-color: #2D467C;
}
</style>
border-color css
<style>
span { border-color: #2D467C; }
span { border-color: rgb(45,70,124); }
td.TdClassName
{
border-color: #2D467C;
}
.TagClassName
{
border-color: #2D467C;
}
</style>