Shades of Fun Blue #2A4682
Tints of Fun Blue #2A4682
RGB
CMYK
RGB Variations
Color information
#2A4682 (or 0x2A4682) is known color: Fun Blue. HEX triplet: 2A, 46 and 82. RGB value is (42,70,130). Sum of RGB (Red+Green+Blue) = 42+70+130=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #2A4682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4682 is #D5B97D. Grayscale: #444444. Windows color (decimal): -14006654 or 8537642. OLE color: 8537642.
HSL color Cylindrical-coordinate representation of color #2A4682: hue angle of 220.91º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A4682 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 70 | 130 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.49 |
| HSL | 220.91º | 0.51% | 0.34% | - |
| HSV(B) | 220.91º | 0.68% | 0.51% | - |
| XYZ | 7.17 | 6.48 | 21.99 | - |
| YUV | 68.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 130 | 0.68 | 0.46 | 0 | 0.49 | 220.91 | 0.51 | 0.34 |
| Hex | 2A | 46 | 82 | 44 | 2E | 0 | 31 | DD | 33 | 22 |
| Octal | 52 | 106 | 202 | 104 | 56 | 0 | 61 | 335 | 63 | 42 |
| Binary | 101010 | 1000110 | 10000010 | 1000100 | 101110 | 0 | 110001 | 11011101 | 110011 | 100010 |
Color Harmonies of #2A4682
Complementary color
Monochromatic Colors of #2A4682
Black with #2A4682
Text Example
Text Example
White with #2A4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4682; }
p { color: rgb(42,70,130); }
H1.HeaderClassName
{
color: #2A4682;
}
.AnyTagClassName
{
color: #2A4682;
}
</style>
background-color css
<style>
a { background-color: #2A4682; }
a { background-color: rgb(42,70,130); }
div.DivClassName
{
background-color: #2A4682;
}
.BgClassName
{
background-color: #2A4682;
}
</style>
border-color css
<style>
span { border-color: #2A4682; }
span { border-color: rgb(42,70,130); }
td.TdClassName
{
border-color: #2A4682;
}
.TagClassName
{
border-color: #2A4682;
}
</style>