Shades of Fun Blue #2A497D
Tints of Fun Blue #2A497D
RGB
CMYK
RGB Variations
Color information
#2A497D (or 0x2A497D) is known color: Fun Blue. HEX triplet: 2A, 49 and 7D. RGB value is (42,73,125). Sum of RGB (Red+Green+Blue) = 42+73+125=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A497D is #D5B682. Grayscale: #454545. Windows color (decimal): -14005891 or 8210730. OLE color: 8210730.
HSL color Cylindrical-coordinate representation of color #2A497D: hue angle of 217.59º degrees, saturation: 0.5, 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 #2A497D is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 73 | 125 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.51 |
| HSL | 217.59º | 0.5% | 0.33% | - |
| HSV(B) | 217.59º | 0.66% | 0.49% | - |
| XYZ | 7.04 | 6.74 | 20.33 | - |
| YUV | 69.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 125 | 0.66 | 0.42 | 0 | 0.51 | 217.59 | 0.5 | 0.33 |
| Hex | 2A | 49 | 7D | 42 | 2A | 0 | 33 | DA | 32 | 21 |
| Octal | 52 | 111 | 175 | 102 | 52 | 0 | 63 | 332 | 62 | 41 |
| Binary | 101010 | 1001001 | 1111101 | 1000010 | 101010 | 0 | 110011 | 11011010 | 110010 | 100001 |
Color Harmonies of #2A497D
Complementary color
Monochromatic Colors of #2A497D
Black with #2A497D
Text Example
Text Example
White with #2A497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A497D; }
p { color: rgb(42,73,125); }
H1.HeaderClassName
{
color: #2A497D;
}
.AnyTagClassName
{
color: #2A497D;
}
</style>
background-color css
<style>
a { background-color: #2A497D; }
a { background-color: rgb(42,73,125); }
div.DivClassName
{
background-color: #2A497D;
}
.BgClassName
{
background-color: #2A497D;
}
</style>
border-color css
<style>
span { border-color: #2A497D; }
span { border-color: rgb(42,73,125); }
td.TdClassName
{
border-color: #2A497D;
}
.TagClassName
{
border-color: #2A497D;
}
</style>