Shades of Fun Blue #2B4777
Tints of Fun Blue #2B4777
RGB
CMYK
RGB Variations
Color information
#2B4777 (or 0x2B4777) is known color: Fun Blue. HEX triplet: 2B, 47 and 77. RGB value is (43,71,119). Sum of RGB (Red+Green+Blue) = 43+71+119=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B4777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4777 is #D4B888. Grayscale: #434343. Windows color (decimal): -13940873 or 7817003. OLE color: 7817003.
HSL color Cylindrical-coordinate representation of color #2B4777: hue angle of 217.89º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B4777 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 71 | 119 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.53 |
| HSL | 217.89º | 0.47% | 0.32% | - |
| HSV(B) | 217.89º | 0.64% | 0.47% | - |
| XYZ | 6.58 | 6.35 | 18.33 | - |
| YUV | 68.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 119 | 0.64 | 0.40 | 0 | 0.53 | 217.89 | 0.47 | 0.32 |
| Hex | 2B | 47 | 77 | 40 | 28 | 0 | 35 | DA | 2F | 20 |
| Octal | 53 | 107 | 167 | 100 | 50 | 0 | 65 | 332 | 57 | 40 |
| Binary | 101011 | 1000111 | 1110111 | 1000000 | 101000 | 0 | 110101 | 11011010 | 101111 | 100000 |
Color Harmonies of #2B4777
Complementary color
Monochromatic Colors of #2B4777
Black with #2B4777
Text Example
Text Example
White with #2B4777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4777; }
p { color: rgb(43,71,119); }
H1.HeaderClassName
{
color: #2B4777;
}
.AnyTagClassName
{
color: #2B4777;
}
</style>
background-color css
<style>
a { background-color: #2B4777; }
a { background-color: rgb(43,71,119); }
div.DivClassName
{
background-color: #2B4777;
}
.BgClassName
{
background-color: #2B4777;
}
</style>
border-color css
<style>
span { border-color: #2B4777; }
span { border-color: rgb(43,71,119); }
td.TdClassName
{
border-color: #2B4777;
}
.TagClassName
{
border-color: #2B4777;
}
</style>