Shades of Fun Blue #2B4681
Tints of Fun Blue #2B4681
RGB
CMYK
RGB Variations
Color information
#2B4681 (or 0x2B4681) is known color: Fun Blue. HEX triplet: 2B, 46 and 81. RGB value is (43,70,129). Sum of RGB (Red+Green+Blue) = 43+70+129=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #2B4681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4681 is #D4B97E. Grayscale: #444444. Windows color (decimal): -13941119 or 8472107. OLE color: 8472107.
HSL color Cylindrical-coordinate representation of color #2B4681: hue angle of 221.16º degrees, saturation: 0.5, 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 #2B4681 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 70 | 129 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.49 |
| HSL | 221.16º | 0.5% | 0.34% | - |
| HSV(B) | 221.16º | 0.67% | 0.51% | - |
| XYZ | 7.15 | 6.48 | 21.64 | - |
| YUV | 68.65 | 162.05 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 129 | 0.67 | 0.46 | 0 | 0.49 | 221.16 | 0.5 | 0.34 |
| Hex | 2B | 46 | 81 | 43 | 2E | 0 | 31 | DD | 32 | 22 |
| Octal | 53 | 106 | 201 | 103 | 56 | 0 | 61 | 335 | 62 | 42 |
| Binary | 101011 | 1000110 | 10000001 | 1000011 | 101110 | 0 | 110001 | 11011101 | 110010 | 100010 |
Color Harmonies of #2B4681
Complementary color
Monochromatic Colors of #2B4681
Black with #2B4681
Text Example
Text Example
White with #2B4681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4681; }
p { color: rgb(43,70,129); }
H1.HeaderClassName
{
color: #2B4681;
}
.AnyTagClassName
{
color: #2B4681;
}
</style>
background-color css
<style>
a { background-color: #2B4681; }
a { background-color: rgb(43,70,129); }
div.DivClassName
{
background-color: #2B4681;
}
.BgClassName
{
background-color: #2B4681;
}
</style>
border-color css
<style>
span { border-color: #2B4681; }
span { border-color: rgb(43,70,129); }
td.TdClassName
{
border-color: #2B4681;
}
.TagClassName
{
border-color: #2B4681;
}
</style>