Shades of Fun Blue #2B4885
Tints of Fun Blue #2B4885
RGB
CMYK
RGB Variations
Color information
#2B4885 (or 0x2B4885) is known color: Fun Blue. HEX triplet: 2B, 48 and 85. RGB value is (43,72,133). Sum of RGB (Red+Green+Blue) = 43+72+133=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B4885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4885 is #D4B77A. Grayscale: #464646. Windows color (decimal): -13940603 or 8734763. OLE color: 8734763.
HSL color Cylindrical-coordinate representation of color #2B4885: hue angle of 220.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B4885 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 72 | 133 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.48 |
| HSL | 220.67º | 0.51% | 0.35% | - |
| HSV(B) | 220.67º | 0.68% | 0.52% | - |
| XYZ | 7.55 | 6.84 | 23.11 | - |
| YUV | 70.28 | 163.39 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 133 | 0.68 | 0.46 | 0 | 0.48 | 220.67 | 0.51 | 0.35 |
| Hex | 2B | 48 | 85 | 44 | 2E | 0 | 30 | DD | 33 | 23 |
| Octal | 53 | 110 | 205 | 104 | 56 | 0 | 60 | 335 | 63 | 43 |
| Binary | 101011 | 1001000 | 10000101 | 1000100 | 101110 | 0 | 110000 | 11011101 | 110011 | 100011 |
Color Harmonies of #2B4885
Complementary color
Monochromatic Colors of #2B4885
Black with #2B4885
Text Example
Text Example
White with #2B4885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4885; }
p { color: rgb(43,72,133); }
H1.HeaderClassName
{
color: #2B4885;
}
.AnyTagClassName
{
color: #2B4885;
}
</style>
background-color css
<style>
a { background-color: #2B4885; }
a { background-color: rgb(43,72,133); }
div.DivClassName
{
background-color: #2B4885;
}
.BgClassName
{
background-color: #2B4885;
}
</style>
border-color css
<style>
span { border-color: #2B4885; }
span { border-color: rgb(43,72,133); }
td.TdClassName
{
border-color: #2B4885;
}
.TagClassName
{
border-color: #2B4885;
}
</style>