Shades of Fun Blue #2B4E83
Tints of Fun Blue #2B4E83
RGB
CMYK
RGB Variations
Color information
#2B4E83 (or 0x2B4E83) is known color: Fun Blue. HEX triplet: 2B, 4E and 83. RGB value is (43,78,131). Sum of RGB (Red+Green+Blue) = 43+78+131=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B4E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B4E83 is #D4B17C. Grayscale: #494949. Windows color (decimal): -13939069 or 8605227. OLE color: 8605227.
HSL color Cylindrical-coordinate representation of color #2B4E83: hue angle of 216.14º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B4E83 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 78 | 131 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.49 |
| HSL | 216.14º | 0.51% | 0.34% | - |
| HSV(B) | 216.14º | 0.67% | 0.51% | - |
| XYZ | 7.82 | 7.6 | 22.53 | - |
| YUV | 73.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 131 | 0.67 | 0.40 | 0 | 0.49 | 216.14 | 0.51 | 0.34 |
| Hex | 2B | 4E | 83 | 43 | 28 | 0 | 31 | D8 | 33 | 22 |
| Octal | 53 | 116 | 203 | 103 | 50 | 0 | 61 | 330 | 63 | 42 |
| Binary | 101011 | 1001110 | 10000011 | 1000011 | 101000 | 0 | 110001 | 11011000 | 110011 | 100010 |
Color Harmonies of #2B4E83
Complementary color
Monochromatic Colors of #2B4E83
Black with #2B4E83
Text Example
Text Example
White with #2B4E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4E83; }
p { color: rgb(43,78,131); }
H1.HeaderClassName
{
color: #2B4E83;
}
.AnyTagClassName
{
color: #2B4E83;
}
</style>
background-color css
<style>
a { background-color: #2B4E83; }
a { background-color: rgb(43,78,131); }
div.DivClassName
{
background-color: #2B4E83;
}
.BgClassName
{
background-color: #2B4E83;
}
</style>
border-color css
<style>
span { border-color: #2B4E83; }
span { border-color: rgb(43,78,131); }
td.TdClassName
{
border-color: #2B4E83;
}
.TagClassName
{
border-color: #2B4E83;
}
</style>