Shades of Fun Blue #34487B
Tints of Fun Blue #34487B
RGB
CMYK
RGB Variations
Color information
#34487B (or 0x34487B) is known color: Fun Blue. HEX triplet: 34, 48 and 7B. RGB value is (52,72,123). Sum of RGB (Red+Green+Blue) = 52+72+123=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #34487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34487B is #CBB784. Grayscale: #474747. Windows color (decimal): -13350789 or 8079412. OLE color: 8079412.
HSL color Cylindrical-coordinate representation of color #34487B: hue angle of 223.1º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34487B is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 72 | 123 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.52 |
| HSL | 223.1º | 0.41% | 0.34% | - |
| HSV(B) | 223.1º | 0.58% | 0.48% | - |
| XYZ | 7.31 | 6.79 | 19.67 | - |
| YUV | 71.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 123 | 0.58 | 0.41 | 0 | 0.52 | 223.1 | 0.41 | 0.34 |
| Hex | 34 | 48 | 7B | 3A | 29 | 0 | 34 | DF | 29 | 22 |
| Octal | 64 | 110 | 173 | 72 | 51 | 0 | 64 | 337 | 51 | 42 |
| Binary | 110100 | 1001000 | 1111011 | 111010 | 101001 | 0 | 110100 | 11011111 | 101001 | 100010 |
Color Harmonies of #34487B
Complementary color
Monochromatic Colors of #34487B
Black with #34487B
Text Example
Text Example
White with #34487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34487B; }
p { color: rgb(52,72,123); }
H1.HeaderClassName
{
color: #34487B;
}
.AnyTagClassName
{
color: #34487B;
}
</style>
background-color css
<style>
a { background-color: #34487B; }
a { background-color: rgb(52,72,123); }
div.DivClassName
{
background-color: #34487B;
}
.BgClassName
{
background-color: #34487B;
}
</style>
border-color css
<style>
span { border-color: #34487B; }
span { border-color: rgb(52,72,123); }
td.TdClassName
{
border-color: #34487B;
}
.TagClassName
{
border-color: #34487B;
}
</style>