Shades of Fun Blue #34487C
Tints of Fun Blue #34487C
RGB
CMYK
RGB Variations
Color information
#34487C (or 0x34487C) is known color: Fun Blue. HEX triplet: 34, 48 and 7C. RGB value is (52,72,124). Sum of RGB (Red+Green+Blue) = 52+72+124=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #34487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34487C is #CBB783. Grayscale: #474747. Windows color (decimal): -13350788 or 8144948. OLE color: 8144948.
HSL color Cylindrical-coordinate representation of color #34487C: hue angle of 223.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34487C is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 72 | 124 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.51 |
| HSL | 223.33º | 0.41% | 0.35% | - |
| HSV(B) | 223.33º | 0.58% | 0.49% | - |
| XYZ | 7.37 | 6.82 | 20 | - |
| YUV | 71.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 124 | 0.58 | 0.42 | 0 | 0.51 | 223.33 | 0.41 | 0.35 |
| Hex | 34 | 48 | 7C | 3A | 2A | 0 | 33 | DF | 29 | 23 |
| Octal | 64 | 110 | 174 | 72 | 52 | 0 | 63 | 337 | 51 | 43 |
| Binary | 110100 | 1001000 | 1111100 | 111010 | 101010 | 0 | 110011 | 11011111 | 101001 | 100011 |
Color Harmonies of #34487C
Complementary color
Monochromatic Colors of #34487C
Black with #34487C
Text Example
Text Example
White with #34487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34487C; }
p { color: rgb(52,72,124); }
H1.HeaderClassName
{
color: #34487C;
}
.AnyTagClassName
{
color: #34487C;
}
</style>
background-color css
<style>
a { background-color: #34487C; }
a { background-color: rgb(52,72,124); }
div.DivClassName
{
background-color: #34487C;
}
.BgClassName
{
background-color: #34487C;
}
</style>
border-color css
<style>
span { border-color: #34487C; }
span { border-color: rgb(52,72,124); }
td.TdClassName
{
border-color: #34487C;
}
.TagClassName
{
border-color: #34487C;
}
</style>