Shades of Fun Blue #2A498B
Tints of Fun Blue #2A498B
RGB
CMYK
RGB Variations
Color information
#2A498B (or 0x2A498B) is known color: Fun Blue. HEX triplet: 2A, 49 and 8B. RGB value is (42,73,139). Sum of RGB (Red+Green+Blue) = 42+73+139=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A498B is #D5B674. Grayscale: #464646. Windows color (decimal): -14005877 or 9128234. OLE color: 9128234.
HSL color Cylindrical-coordinate representation of color #2A498B: hue angle of 220.82º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A498B is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 73 | 139 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.45 |
| HSL | 220.82º | 0.54% | 0.35% | - |
| HSV(B) | 220.82º | 0.7% | 0.55% | - |
| XYZ | 8 | 7.12 | 25.38 | - |
| YUV | 71.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 139 | 0.70 | 0.47 | 0 | 0.45 | 220.82 | 0.54 | 0.35 |
| Hex | 2A | 49 | 8B | 46 | 2F | 0 | 2D | DD | 36 | 23 |
| Octal | 52 | 111 | 213 | 106 | 57 | 0 | 55 | 335 | 66 | 43 |
| Binary | 101010 | 1001001 | 10001011 | 1000110 | 101111 | 0 | 101101 | 11011101 | 110110 | 100011 |
Color Harmonies of #2A498B
Complementary color
Monochromatic Colors of #2A498B
Black with #2A498B
Text Example
Text Example
White with #2A498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A498B; }
p { color: rgb(42,73,139); }
H1.HeaderClassName
{
color: #2A498B;
}
.AnyTagClassName
{
color: #2A498B;
}
</style>
background-color css
<style>
a { background-color: #2A498B; }
a { background-color: rgb(42,73,139); }
div.DivClassName
{
background-color: #2A498B;
}
.BgClassName
{
background-color: #2A498B;
}
</style>
border-color css
<style>
span { border-color: #2A498B; }
span { border-color: rgb(42,73,139); }
td.TdClassName
{
border-color: #2A498B;
}
.TagClassName
{
border-color: #2A498B;
}
</style>