Shades of Fun Blue #344D73
Tints of Fun Blue #344D73
RGB
CMYK
RGB Variations
Color information
#344D73 (or 0x344D73) is known color: Fun Blue. HEX triplet: 34, 4D and 73. RGB value is (52,77,115). Sum of RGB (Red+Green+Blue) = 52+77+115=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #344D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D73 is #CBB28C. Grayscale: #494949. Windows color (decimal): -13349517 or 7556404. OLE color: 7556404.
HSL color Cylindrical-coordinate representation of color #344D73: hue angle of 216.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #344D73 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 77 | 115 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.55 |
| HSL | 216.19º | 0.38% | 0.33% | - |
| HSV(B) | 216.19º | 0.55% | 0.45% | - |
| XYZ | 7.16 | 7.28 | 17.25 | - |
| YUV | 73.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 115 | 0.55 | 0.33 | 0 | 0.55 | 216.19 | 0.38 | 0.33 |
| Hex | 34 | 4D | 73 | 37 | 21 | 0 | 37 | D8 | 26 | 21 |
| Octal | 64 | 115 | 163 | 67 | 41 | 0 | 67 | 330 | 46 | 41 |
| Binary | 110100 | 1001101 | 1110011 | 110111 | 100001 | 0 | 110111 | 11011000 | 100110 | 100001 |
Color Harmonies of #344D73
Complementary color
Monochromatic Colors of #344D73
Black with #344D73
Text Example
Text Example
White with #344D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344D73; }
p { color: rgb(52,77,115); }
H1.HeaderClassName
{
color: #344D73;
}
.AnyTagClassName
{
color: #344D73;
}
</style>
background-color css
<style>
a { background-color: #344D73; }
a { background-color: rgb(52,77,115); }
div.DivClassName
{
background-color: #344D73;
}
.BgClassName
{
background-color: #344D73;
}
</style>
border-color css
<style>
span { border-color: #344D73; }
span { border-color: rgb(52,77,115); }
td.TdClassName
{
border-color: #344D73;
}
.TagClassName
{
border-color: #344D73;
}
</style>