Shades of Fun Blue #2A497A
Tints of Fun Blue #2A497A
RGB
CMYK
RGB Variations
Color information
#2A497A (or 0x2A497A) is known color: Fun Blue. HEX triplet: 2A, 49 and 7A. RGB value is (42,73,122). Sum of RGB (Red+Green+Blue) = 42+73+122=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A497A is #D5B685. Grayscale: #454545. Windows color (decimal): -14005894 or 8014122. OLE color: 8014122.
HSL color Cylindrical-coordinate representation of color #2A497A: hue angle of 216.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A497A is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 73 | 122 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.52 |
| HSL | 216.75º | 0.49% | 0.32% | - |
| HSV(B) | 216.75º | 0.66% | 0.48% | - |
| XYZ | 6.85 | 6.66 | 19.34 | - |
| YUV | 69.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 122 | 0.66 | 0.40 | 0 | 0.52 | 216.75 | 0.49 | 0.32 |
| Hex | 2A | 49 | 7A | 42 | 28 | 0 | 34 | D9 | 31 | 20 |
| Octal | 52 | 111 | 172 | 102 | 50 | 0 | 64 | 331 | 61 | 40 |
| Binary | 101010 | 1001001 | 1111010 | 1000010 | 101000 | 0 | 110100 | 11011001 | 110001 | 100000 |
Color Harmonies of #2A497A
Complementary color
Monochromatic Colors of #2A497A
Black with #2A497A
Text Example
Text Example
White with #2A497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A497A; }
p { color: rgb(42,73,122); }
H1.HeaderClassName
{
color: #2A497A;
}
.AnyTagClassName
{
color: #2A497A;
}
</style>
background-color css
<style>
a { background-color: #2A497A; }
a { background-color: rgb(42,73,122); }
div.DivClassName
{
background-color: #2A497A;
}
.BgClassName
{
background-color: #2A497A;
}
</style>
border-color css
<style>
span { border-color: #2A497A; }
span { border-color: rgb(42,73,122); }
td.TdClassName
{
border-color: #2A497A;
}
.TagClassName
{
border-color: #2A497A;
}
</style>