Shades of Fun Blue #2B4B88
Tints of Fun Blue #2B4B88
RGB
CMYK
RGB Variations
Color information
#2B4B88 (or 0x2B4B88) is known color: Fun Blue. HEX triplet: 2B, 4B and 88. RGB value is (43,75,136). Sum of RGB (Red+Green+Blue) = 43+75+136=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B4B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4B88 is #D4B477. Grayscale: #484848. Windows color (decimal): -13939832 or 8932139. OLE color: 8932139.
HSL color Cylindrical-coordinate representation of color #2B4B88: hue angle of 219.35º 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 #2B4B88 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 75 | 136 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.47 |
| HSL | 219.35º | 0.52% | 0.35% | - |
| HSV(B) | 219.35º | 0.68% | 0.53% | - |
| XYZ | 7.96 | 7.32 | 24.29 | - |
| YUV | 72.39 | 163.9 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 136 | 0.68 | 0.45 | 0 | 0.47 | 219.35 | 0.52 | 0.35 |
| Hex | 2B | 4B | 88 | 44 | 2D | 0 | 2F | DB | 34 | 23 |
| Octal | 53 | 113 | 210 | 104 | 55 | 0 | 57 | 333 | 64 | 43 |
| Binary | 101011 | 1001011 | 10001000 | 1000100 | 101101 | 0 | 101111 | 11011011 | 110100 | 100011 |
Color Harmonies of #2B4B88
Complementary color
Monochromatic Colors of #2B4B88
Black with #2B4B88
Text Example
Text Example
White with #2B4B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4B88; }
p { color: rgb(43,75,136); }
H1.HeaderClassName
{
color: #2B4B88;
}
.AnyTagClassName
{
color: #2B4B88;
}
</style>
background-color css
<style>
a { background-color: #2B4B88; }
a { background-color: rgb(43,75,136); }
div.DivClassName
{
background-color: #2B4B88;
}
.BgClassName
{
background-color: #2B4B88;
}
</style>
border-color css
<style>
span { border-color: #2B4B88; }
span { border-color: rgb(43,75,136); }
td.TdClassName
{
border-color: #2B4B88;
}
.TagClassName
{
border-color: #2B4B88;
}
</style>