Shades of Fun Blue #2B467B
Tints of Fun Blue #2B467B
RGB
CMYK
RGB Variations
Color information
#2B467B (or 0x2B467B) is known color: Fun Blue. HEX triplet: 2B, 46 and 7B. RGB value is (43,70,123). Sum of RGB (Red+Green+Blue) = 43+70+123=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B467B is #D4B984. Grayscale: #434343. Windows color (decimal): -13941125 or 8078891. OLE color: 8078891.
HSL color Cylindrical-coordinate representation of color #2B467B: hue angle of 219.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B467B is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 70 | 123 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.52 |
| HSL | 219.75º | 0.48% | 0.33% | - |
| HSV(B) | 219.75º | 0.65% | 0.48% | - |
| XYZ | 6.76 | 6.32 | 19.6 | - |
| YUV | 67.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 123 | 0.65 | 0.43 | 0 | 0.52 | 219.75 | 0.48 | 0.33 |
| Hex | 2B | 46 | 7B | 41 | 2B | 0 | 34 | DC | 30 | 21 |
| Octal | 53 | 106 | 173 | 101 | 53 | 0 | 64 | 334 | 60 | 41 |
| Binary | 101011 | 1000110 | 1111011 | 1000001 | 101011 | 0 | 110100 | 11011100 | 110000 | 100001 |
Color Harmonies of #2B467B
Complementary color
Monochromatic Colors of #2B467B
Black with #2B467B
Text Example
Text Example
White with #2B467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B467B; }
p { color: rgb(43,70,123); }
H1.HeaderClassName
{
color: #2B467B;
}
.AnyTagClassName
{
color: #2B467B;
}
</style>
background-color css
<style>
a { background-color: #2B467B; }
a { background-color: rgb(43,70,123); }
div.DivClassName
{
background-color: #2B467B;
}
.BgClassName
{
background-color: #2B467B;
}
</style>
border-color css
<style>
span { border-color: #2B467B; }
span { border-color: rgb(43,70,123); }
td.TdClassName
{
border-color: #2B467B;
}
.TagClassName
{
border-color: #2B467B;
}
</style>