Shades of Fun Blue #2B498A
Tints of Fun Blue #2B498A
RGB
CMYK
RGB Variations
Color information
#2B498A (or 0x2B498A) is known color: Fun Blue. HEX triplet: 2B, 49 and 8A. RGB value is (43,73,138). Sum of RGB (Red+Green+Blue) = 43+73+138=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B498A is #D4B675. Grayscale: #474747. Windows color (decimal): -13940342 or 9062699. OLE color: 9062699.
HSL color Cylindrical-coordinate representation of color #2B498A: hue angle of 221.05º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B498A is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 73 | 138 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.46 |
| HSL | 221.05º | 0.52% | 0.35% | - |
| HSV(B) | 221.05º | 0.69% | 0.54% | - |
| XYZ | 7.97 | 7.11 | 25 | - |
| YUV | 71.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 138 | 0.69 | 0.47 | 0 | 0.46 | 221.05 | 0.52 | 0.35 |
| Hex | 2B | 49 | 8A | 45 | 2F | 0 | 2E | DD | 34 | 23 |
| Octal | 53 | 111 | 212 | 105 | 57 | 0 | 56 | 335 | 64 | 43 |
| Binary | 101011 | 1001001 | 10001010 | 1000101 | 101111 | 0 | 101110 | 11011101 | 110100 | 100011 |
Color Harmonies of #2B498A
Complementary color
Monochromatic Colors of #2B498A
Black with #2B498A
Text Example
Text Example
White with #2B498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B498A; }
p { color: rgb(43,73,138); }
H1.HeaderClassName
{
color: #2B498A;
}
.AnyTagClassName
{
color: #2B498A;
}
</style>
background-color css
<style>
a { background-color: #2B498A; }
a { background-color: rgb(43,73,138); }
div.DivClassName
{
background-color: #2B498A;
}
.BgClassName
{
background-color: #2B498A;
}
</style>
border-color css
<style>
span { border-color: #2B498A; }
span { border-color: rgb(43,73,138); }
td.TdClassName
{
border-color: #2B498A;
}
.TagClassName
{
border-color: #2B498A;
}
</style>