Shades of Fun Blue #2A4878
Tints of Fun Blue #2A4878
RGB
CMYK
RGB Variations
Color information
#2A4878 (or 0x2A4878) is known color: Fun Blue. HEX triplet: 2A, 48 and 78. RGB value is (42,72,120). Sum of RGB (Red+Green+Blue) = 42+72+120=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A4878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4878 is #D5B787. Grayscale: #444444. Windows color (decimal): -14006152 or 7882794. OLE color: 7882794.
HSL color Cylindrical-coordinate representation of color #2A4878: hue angle of 216.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A4878 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 72 | 120 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.53 |
| HSL | 216.92º | 0.48% | 0.32% | - |
| HSV(B) | 216.92º | 0.65% | 0.47% | - |
| XYZ | 6.66 | 6.48 | 18.67 | - |
| YUV | 68.5 | 157.06 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 120 | 0.65 | 0.40 | 0 | 0.53 | 216.92 | 0.48 | 0.32 |
| Hex | 2A | 48 | 78 | 41 | 28 | 0 | 35 | D9 | 30 | 20 |
| Octal | 52 | 110 | 170 | 101 | 50 | 0 | 65 | 331 | 60 | 40 |
| Binary | 101010 | 1001000 | 1111000 | 1000001 | 101000 | 0 | 110101 | 11011001 | 110000 | 100000 |
Color Harmonies of #2A4878
Complementary color
Monochromatic Colors of #2A4878
Black with #2A4878
Text Example
Text Example
White with #2A4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4878; }
p { color: rgb(42,72,120); }
H1.HeaderClassName
{
color: #2A4878;
}
.AnyTagClassName
{
color: #2A4878;
}
</style>
background-color css
<style>
a { background-color: #2A4878; }
a { background-color: rgb(42,72,120); }
div.DivClassName
{
background-color: #2A4878;
}
.BgClassName
{
background-color: #2A4878;
}
</style>
border-color css
<style>
span { border-color: #2A4878; }
span { border-color: rgb(42,72,120); }
td.TdClassName
{
border-color: #2A4878;
}
.TagClassName
{
border-color: #2A4878;
}
</style>