Shades of Fun Blue #34507E
Tints of Fun Blue #34507E
RGB
CMYK
RGB Variations
Color information
#34507E (or 0x34507E) is known color: Fun Blue. HEX triplet: 34, 50 and 7E. RGB value is (52,80,126). Sum of RGB (Red+Green+Blue) = 52+80+126=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #34507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34507E is #CBAF81. Grayscale: #4C4C4C. Windows color (decimal): -13348738 or 8278068. OLE color: 8278068.
HSL color Cylindrical-coordinate representation of color #34507E: hue angle of 217.3º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34507E is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 80 | 126 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.51 |
| HSL | 217.3º | 0.42% | 0.35% | - |
| HSV(B) | 217.3º | 0.59% | 0.49% | - |
| XYZ | 8.05 | 7.97 | 20.85 | - |
| YUV | 76.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 126 | 0.59 | 0.37 | 0 | 0.51 | 217.3 | 0.42 | 0.35 |
| Hex | 34 | 50 | 7E | 3B | 25 | 0 | 33 | D9 | 2A | 23 |
| Octal | 64 | 120 | 176 | 73 | 45 | 0 | 63 | 331 | 52 | 43 |
| Binary | 110100 | 1010000 | 1111110 | 111011 | 100101 | 0 | 110011 | 11011001 | 101010 | 100011 |
Color Harmonies of #34507E
Complementary color
Monochromatic Colors of #34507E
Black with #34507E
Text Example
Text Example
White with #34507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34507E; }
p { color: rgb(52,80,126); }
H1.HeaderClassName
{
color: #34507E;
}
.AnyTagClassName
{
color: #34507E;
}
</style>
background-color css
<style>
a { background-color: #34507E; }
a { background-color: rgb(52,80,126); }
div.DivClassName
{
background-color: #34507E;
}
.BgClassName
{
background-color: #34507E;
}
</style>
border-color css
<style>
span { border-color: #34507E; }
span { border-color: rgb(52,80,126); }
td.TdClassName
{
border-color: #34507E;
}
.TagClassName
{
border-color: #34507E;
}
</style>