Shades of Fun Blue #2D4A78
Tints of Fun Blue #2D4A78
RGB
CMYK
RGB Variations
Color information
#2D4A78 (or 0x2D4A78) is known color: Fun Blue. HEX triplet: 2D, 4A and 78. RGB value is (45,74,120). Sum of RGB (Red+Green+Blue) = 45+74+120=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D4A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4A78 is #D2B587. Grayscale: #464646. Windows color (decimal): -13809032 or 7883309. OLE color: 7883309.
HSL color Cylindrical-coordinate representation of color #2D4A78: hue angle of 216.8º 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 #2D4A78 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 74 | 120 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.53 |
| HSL | 216.8º | 0.45% | 0.32% | - |
| HSV(B) | 216.8º | 0.63% | 0.47% | - |
| XYZ | 6.92 | 6.81 | 18.72 | - |
| YUV | 70.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 120 | 0.63 | 0.38 | 0 | 0.53 | 216.8 | 0.45 | 0.32 |
| Hex | 2D | 4A | 78 | 3F | 26 | 0 | 35 | D9 | 2D | 20 |
| Octal | 55 | 112 | 170 | 77 | 46 | 0 | 65 | 331 | 55 | 40 |
| Binary | 101101 | 1001010 | 1111000 | 111111 | 100110 | 0 | 110101 | 11011001 | 101101 | 100000 |
Color Harmonies of #2D4A78
Complementary color
Monochromatic Colors of #2D4A78
Black with #2D4A78
Text Example
Text Example
White with #2D4A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4A78; }
p { color: rgb(45,74,120); }
H1.HeaderClassName
{
color: #2D4A78;
}
.AnyTagClassName
{
color: #2D4A78;
}
</style>
background-color css
<style>
a { background-color: #2D4A78; }
a { background-color: rgb(45,74,120); }
div.DivClassName
{
background-color: #2D4A78;
}
.BgClassName
{
background-color: #2D4A78;
}
</style>
border-color css
<style>
span { border-color: #2D4A78; }
span { border-color: rgb(45,74,120); }
td.TdClassName
{
border-color: #2D4A78;
}
.TagClassName
{
border-color: #2D4A78;
}
</style>