Shades of Fun Blue #2B477D
Tints of Fun Blue #2B477D
RGB
CMYK
RGB Variations
Color information
#2B477D (or 0x2B477D) is known color: Fun Blue. HEX triplet: 2B, 47 and 7D. RGB value is (43,71,125). Sum of RGB (Red+Green+Blue) = 43+71+125=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B477D is #D4B882. Grayscale: #444444. Windows color (decimal): -13940867 or 8210219. OLE color: 8210219.
HSL color Cylindrical-coordinate representation of color #2B477D: hue angle of 219.51º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B477D is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 71 | 125 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.51 |
| HSL | 219.51º | 0.49% | 0.33% | - |
| HSV(B) | 219.51º | 0.66% | 0.49% | - |
| XYZ | 6.95 | 6.5 | 20.29 | - |
| YUV | 68.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 125 | 0.66 | 0.43 | 0 | 0.51 | 219.51 | 0.49 | 0.33 |
| Hex | 2B | 47 | 7D | 42 | 2B | 0 | 33 | DC | 31 | 21 |
| Octal | 53 | 107 | 175 | 102 | 53 | 0 | 63 | 334 | 61 | 41 |
| Binary | 101011 | 1000111 | 1111101 | 1000010 | 101011 | 0 | 110011 | 11011100 | 110001 | 100001 |
Color Harmonies of #2B477D
Complementary color
Monochromatic Colors of #2B477D
Black with #2B477D
Text Example
Text Example
White with #2B477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B477D; }
p { color: rgb(43,71,125); }
H1.HeaderClassName
{
color: #2B477D;
}
.AnyTagClassName
{
color: #2B477D;
}
</style>
background-color css
<style>
a { background-color: #2B477D; }
a { background-color: rgb(43,71,125); }
div.DivClassName
{
background-color: #2B477D;
}
.BgClassName
{
background-color: #2B477D;
}
</style>
border-color css
<style>
span { border-color: #2B477D; }
span { border-color: rgb(43,71,125); }
td.TdClassName
{
border-color: #2B477D;
}
.TagClassName
{
border-color: #2B477D;
}
</style>