Shades of Fun Blue #2B457D
Tints of Fun Blue #2B457D
RGB
CMYK
RGB Variations
Color information
#2B457D (or 0x2B457D) is known color: Fun Blue. HEX triplet: 2B, 45 and 7D. RGB value is (43,69,125). Sum of RGB (Red+Green+Blue) = 43+69+125=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B457D is #D4BA82. Grayscale: #434343. Windows color (decimal): -13941379 or 8209707. OLE color: 8209707.
HSL color Cylindrical-coordinate representation of color #2B457D: hue angle of 220.98º 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 #2B457D is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 69 | 125 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.51 |
| HSL | 220.98º | 0.49% | 0.33% | - |
| HSV(B) | 220.98º | 0.66% | 0.49% | - |
| XYZ | 6.83 | 6.25 | 20.25 | - |
| YUV | 67.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 69 | 125 | 0.66 | 0.45 | 0 | 0.51 | 220.98 | 0.49 | 0.33 |
| Hex | 2B | 45 | 7D | 42 | 2D | 0 | 33 | DD | 31 | 21 |
| Octal | 53 | 105 | 175 | 102 | 55 | 0 | 63 | 335 | 61 | 41 |
| Binary | 101011 | 1000101 | 1111101 | 1000010 | 101101 | 0 | 110011 | 11011101 | 110001 | 100001 |
Color Harmonies of #2B457D
Complementary color
Monochromatic Colors of #2B457D
Black with #2B457D
Text Example
Text Example
White with #2B457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B457D; }
p { color: rgb(43,69,125); }
H1.HeaderClassName
{
color: #2B457D;
}
.AnyTagClassName
{
color: #2B457D;
}
</style>
background-color css
<style>
a { background-color: #2B457D; }
a { background-color: rgb(43,69,125); }
div.DivClassName
{
background-color: #2B457D;
}
.BgClassName
{
background-color: #2B457D;
}
</style>
border-color css
<style>
span { border-color: #2B457D; }
span { border-color: rgb(43,69,125); }
td.TdClassName
{
border-color: #2B457D;
}
.TagClassName
{
border-color: #2B457D;
}
</style>