Shades of Fun Blue #34497D
Tints of Fun Blue #34497D
RGB
CMYK
RGB Variations
Color information
#34497D (or 0x34497D) is known color: Fun Blue. HEX triplet: 34, 49 and 7D. RGB value is (52,73,125). Sum of RGB (Red+Green+Blue) = 52+73+125=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #34497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34497D is #CBB682. Grayscale: #484848. Windows color (decimal): -13350531 or 8210740. OLE color: 8210740.
HSL color Cylindrical-coordinate representation of color #34497D: hue angle of 222.74º 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 #34497D is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 73 | 125 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.51 |
| HSL | 222.74º | 0.41% | 0.35% | - |
| HSV(B) | 222.74º | 0.58% | 0.49% | - |
| XYZ | 7.5 | 6.98 | 20.35 | - |
| YUV | 72.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 125 | 0.58 | 0.42 | 0 | 0.51 | 222.74 | 0.41 | 0.35 |
| Hex | 34 | 49 | 7D | 3A | 2A | 0 | 33 | DF | 29 | 23 |
| Octal | 64 | 111 | 175 | 72 | 52 | 0 | 63 | 337 | 51 | 43 |
| Binary | 110100 | 1001001 | 1111101 | 111010 | 101010 | 0 | 110011 | 11011111 | 101001 | 100011 |
Color Harmonies of #34497D
Complementary color
Monochromatic Colors of #34497D
Black with #34497D
Text Example
Text Example
White with #34497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34497D; }
p { color: rgb(52,73,125); }
H1.HeaderClassName
{
color: #34497D;
}
.AnyTagClassName
{
color: #34497D;
}
</style>
background-color css
<style>
a { background-color: #34497D; }
a { background-color: rgb(52,73,125); }
div.DivClassName
{
background-color: #34497D;
}
.BgClassName
{
background-color: #34497D;
}
</style>
border-color css
<style>
span { border-color: #34497D; }
span { border-color: rgb(52,73,125); }
td.TdClassName
{
border-color: #34497D;
}
.TagClassName
{
border-color: #34497D;
}
</style>