Shades of Fun Blue #2D5189
Tints of Fun Blue #2D5189
RGB
CMYK
RGB Variations
Color information
#2D5189 (or 0x2D5189) is known color: Fun Blue. HEX triplet: 2D, 51 and 89. RGB value is (45,81,137). Sum of RGB (Red+Green+Blue) = 45+81+137=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D5189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5189 is #D2AE76. Grayscale: #4C4C4C. Windows color (decimal): -13807223 or 8999213. OLE color: 8999213.
HSL color Cylindrical-coordinate representation of color #2D5189: hue angle of 216.52º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D5189 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 81 | 137 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.46 |
| HSL | 216.52º | 0.51% | 0.36% | - |
| HSV(B) | 216.52º | 0.67% | 0.54% | - |
| XYZ | 8.54 | 8.25 | 24.81 | - |
| YUV | 76.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 137 | 0.67 | 0.41 | 0 | 0.46 | 216.52 | 0.51 | 0.36 |
| Hex | 2D | 51 | 89 | 43 | 29 | 0 | 2E | D9 | 33 | 24 |
| Octal | 55 | 121 | 211 | 103 | 51 | 0 | 56 | 331 | 63 | 44 |
| Binary | 101101 | 1010001 | 10001001 | 1000011 | 101001 | 0 | 101110 | 11011001 | 110011 | 100100 |
Color Harmonies of #2D5189
Complementary color
Monochromatic Colors of #2D5189
Black with #2D5189
Text Example
Text Example
White with #2D5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5189; }
p { color: rgb(45,81,137); }
H1.HeaderClassName
{
color: #2D5189;
}
.AnyTagClassName
{
color: #2D5189;
}
</style>
background-color css
<style>
a { background-color: #2D5189; }
a { background-color: rgb(45,81,137); }
div.DivClassName
{
background-color: #2D5189;
}
.BgClassName
{
background-color: #2D5189;
}
</style>
border-color css
<style>
span { border-color: #2D5189; }
span { border-color: rgb(45,81,137); }
td.TdClassName
{
border-color: #2D5189;
}
.TagClassName
{
border-color: #2D5189;
}
</style>