Shades of Fun Blue #2A497C
Tints of Fun Blue #2A497C
RGB
CMYK
RGB Variations
Color information
#2A497C (or 0x2A497C) is known color: Fun Blue. HEX triplet: 2A, 49 and 7C. RGB value is (42,73,124). Sum of RGB (Red+Green+Blue) = 42+73+124=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A497C is #D5B683. Grayscale: #454545. Windows color (decimal): -14005892 or 8145194. OLE color: 8145194.
HSL color Cylindrical-coordinate representation of color #2A497C: hue angle of 217.32º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A497C is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 73 | 124 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.51 |
| HSL | 217.32º | 0.49% | 0.33% | - |
| HSV(B) | 217.32º | 0.66% | 0.49% | - |
| XYZ | 6.98 | 6.71 | 20 | - |
| YUV | 69.55 | 158.73 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 124 | 0.66 | 0.41 | 0 | 0.51 | 217.32 | 0.49 | 0.33 |
| Hex | 2A | 49 | 7C | 42 | 29 | 0 | 33 | D9 | 31 | 21 |
| Octal | 52 | 111 | 174 | 102 | 51 | 0 | 63 | 331 | 61 | 41 |
| Binary | 101010 | 1001001 | 1111100 | 1000010 | 101001 | 0 | 110011 | 11011001 | 110001 | 100001 |
Color Harmonies of #2A497C
Complementary color
Monochromatic Colors of #2A497C
Black with #2A497C
Text Example
Text Example
White with #2A497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A497C; }
p { color: rgb(42,73,124); }
H1.HeaderClassName
{
color: #2A497C;
}
.AnyTagClassName
{
color: #2A497C;
}
</style>
background-color css
<style>
a { background-color: #2A497C; }
a { background-color: rgb(42,73,124); }
div.DivClassName
{
background-color: #2A497C;
}
.BgClassName
{
background-color: #2A497C;
}
</style>
border-color css
<style>
span { border-color: #2A497C; }
span { border-color: rgb(42,73,124); }
td.TdClassName
{
border-color: #2A497C;
}
.TagClassName
{
border-color: #2A497C;
}
</style>