Shades of Fun Blue #2A497F
Tints of Fun Blue #2A497F
RGB
CMYK
RGB Variations
Color information
#2A497F (or 0x2A497F) is known color: Fun Blue. HEX triplet: 2A, 49 and 7F. RGB value is (42,73,127). Sum of RGB (Red+Green+Blue) = 42+73+127=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A497F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A497F is #D5B680. Grayscale: #454545. Windows color (decimal): -14005889 or 8341802. OLE color: 8341802.
HSL color Cylindrical-coordinate representation of color #2A497F: hue angle of 218.12º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A497F is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 73 | 127 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.50 |
| HSL | 218.12º | 0.5% | 0.33% | - |
| HSV(B) | 218.12º | 0.67% | 0.5% | - |
| XYZ | 7.17 | 6.79 | 21.01 | - |
| YUV | 69.89 | 160.23 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 127 | 0.67 | 0.43 | 0 | 0.50 | 218.12 | 0.5 | 0.33 |
| Hex | 2A | 49 | 7F | 43 | 2B | 0 | 32 | DA | 32 | 21 |
| Octal | 52 | 111 | 177 | 103 | 53 | 0 | 62 | 332 | 62 | 41 |
| Binary | 101010 | 1001001 | 1111111 | 1000011 | 101011 | 0 | 110010 | 11011010 | 110010 | 100001 |
Color Harmonies of #2A497F
Complementary color
Monochromatic Colors of #2A497F
Black with #2A497F
Text Example
Text Example
White with #2A497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A497F; }
p { color: rgb(42,73,127); }
H1.HeaderClassName
{
color: #2A497F;
}
.AnyTagClassName
{
color: #2A497F;
}
</style>
background-color css
<style>
a { background-color: #2A497F; }
a { background-color: rgb(42,73,127); }
div.DivClassName
{
background-color: #2A497F;
}
.BgClassName
{
background-color: #2A497F;
}
</style>
border-color css
<style>
span { border-color: #2A497F; }
span { border-color: rgb(42,73,127); }
td.TdClassName
{
border-color: #2A497F;
}
.TagClassName
{
border-color: #2A497F;
}
</style>