Shades of Fun Blue #2B4E87
Tints of Fun Blue #2B4E87
RGB
CMYK
RGB Variations
Color information
#2B4E87 (or 0x2B4E87) is known color: Fun Blue. HEX triplet: 2B, 4E and 87. RGB value is (43,78,135). Sum of RGB (Red+Green+Blue) = 43+78+135=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B4E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B4E87 is #D4B178. Grayscale: #494949. Windows color (decimal): -13939065 or 8867371. OLE color: 8867371.
HSL color Cylindrical-coordinate representation of color #2B4E87: hue angle of 217.17º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B4E87 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 78 | 135 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.47 |
| HSL | 217.17º | 0.52% | 0.35% | - |
| HSV(B) | 217.17º | 0.68% | 0.53% | - |
| XYZ | 8.09 | 7.71 | 23.98 | - |
| YUV | 74.03 | 162.4 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 135 | 0.68 | 0.42 | 0 | 0.47 | 217.17 | 0.52 | 0.35 |
| Hex | 2B | 4E | 87 | 44 | 2A | 0 | 2F | D9 | 34 | 23 |
| Octal | 53 | 116 | 207 | 104 | 52 | 0 | 57 | 331 | 64 | 43 |
| Binary | 101011 | 1001110 | 10000111 | 1000100 | 101010 | 0 | 101111 | 11011001 | 110100 | 100011 |
Color Harmonies of #2B4E87
Complementary color
Monochromatic Colors of #2B4E87
Black with #2B4E87
Text Example
Text Example
White with #2B4E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4E87; }
p { color: rgb(43,78,135); }
H1.HeaderClassName
{
color: #2B4E87;
}
.AnyTagClassName
{
color: #2B4E87;
}
</style>
background-color css
<style>
a { background-color: #2B4E87; }
a { background-color: rgb(43,78,135); }
div.DivClassName
{
background-color: #2B4E87;
}
.BgClassName
{
background-color: #2B4E87;
}
</style>
border-color css
<style>
span { border-color: #2B4E87; }
span { border-color: rgb(43,78,135); }
td.TdClassName
{
border-color: #2B4E87;
}
.TagClassName
{
border-color: #2B4E87;
}
</style>