Shades of Fun Blue #2A508B
Tints of Fun Blue #2A508B
RGB
CMYK
RGB Variations
Color information
#2A508B (or 0x2A508B) is known color: Fun Blue. HEX triplet: 2A, 50 and 8B. RGB value is (42,80,139). Sum of RGB (Red+Green+Blue) = 42+80+139=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A508B is #D5AF74. Grayscale: #4B4B4B. Windows color (decimal): -14004085 or 9130026. OLE color: 9130026.
HSL color Cylindrical-coordinate representation of color #2A508B: hue angle of 216.49º 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 #2A508B is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 80 | 139 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.45 |
| HSL | 216.49º | 0.54% | 0.35% | - |
| HSV(B) | 216.49º | 0.7% | 0.55% | - |
| XYZ | 8.48 | 8.09 | 25.54 | - |
| YUV | 75.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 139 | 0.70 | 0.42 | 0 | 0.45 | 216.49 | 0.54 | 0.35 |
| Hex | 2A | 50 | 8B | 46 | 2A | 0 | 2D | D8 | 36 | 23 |
| Octal | 52 | 120 | 213 | 106 | 52 | 0 | 55 | 330 | 66 | 43 |
| Binary | 101010 | 1010000 | 10001011 | 1000110 | 101010 | 0 | 101101 | 11011000 | 110110 | 100011 |
Color Harmonies of #2A508B
Complementary color
Monochromatic Colors of #2A508B
Black with #2A508B
Text Example
Text Example
White with #2A508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A508B; }
p { color: rgb(42,80,139); }
H1.HeaderClassName
{
color: #2A508B;
}
.AnyTagClassName
{
color: #2A508B;
}
</style>
background-color css
<style>
a { background-color: #2A508B; }
a { background-color: rgb(42,80,139); }
div.DivClassName
{
background-color: #2A508B;
}
.BgClassName
{
background-color: #2A508B;
}
</style>
border-color css
<style>
span { border-color: #2A508B; }
span { border-color: rgb(42,80,139); }
td.TdClassName
{
border-color: #2A508B;
}
.TagClassName
{
border-color: #2A508B;
}
</style>