Shades of Fun Blue #2A487D
Tints of Fun Blue #2A487D
RGB
CMYK
RGB Variations
Color information
#2A487D (or 0x2A487D) is known color: Fun Blue. HEX triplet: 2A, 48 and 7D. RGB value is (42,72,125). Sum of RGB (Red+Green+Blue) = 42+72+125=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A487D is #D5B782. Grayscale: #444444. Windows color (decimal): -14006147 or 8210474. OLE color: 8210474.
HSL color Cylindrical-coordinate representation of color #2A487D: hue angle of 218.31º 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 #2A487D is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 72 | 125 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.51 |
| HSL | 218.31º | 0.5% | 0.33% | - |
| HSV(B) | 218.31º | 0.66% | 0.49% | - |
| XYZ | 6.97 | 6.61 | 20.31 | - |
| YUV | 69.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 125 | 0.66 | 0.42 | 0 | 0.51 | 218.31 | 0.5 | 0.33 |
| Hex | 2A | 48 | 7D | 42 | 2A | 0 | 33 | DA | 32 | 21 |
| Octal | 52 | 110 | 175 | 102 | 52 | 0 | 63 | 332 | 62 | 41 |
| Binary | 101010 | 1001000 | 1111101 | 1000010 | 101010 | 0 | 110011 | 11011010 | 110010 | 100001 |
Color Harmonies of #2A487D
Complementary color
Monochromatic Colors of #2A487D
Black with #2A487D
Text Example
Text Example
White with #2A487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A487D; }
p { color: rgb(42,72,125); }
H1.HeaderClassName
{
color: #2A487D;
}
.AnyTagClassName
{
color: #2A487D;
}
</style>
background-color css
<style>
a { background-color: #2A487D; }
a { background-color: rgb(42,72,125); }
div.DivClassName
{
background-color: #2A487D;
}
.BgClassName
{
background-color: #2A487D;
}
</style>
border-color css
<style>
span { border-color: #2A487D; }
span { border-color: rgb(42,72,125); }
td.TdClassName
{
border-color: #2A487D;
}
.TagClassName
{
border-color: #2A487D;
}
</style>