Shades of Fun Blue #344C73
Tints of Fun Blue #344C73
RGB
CMYK
RGB Variations
Color information
#344C73 (or 0x344C73) is known color: Fun Blue. HEX triplet: 34, 4C and 73. RGB value is (52,76,115). Sum of RGB (Red+Green+Blue) = 52+76+115=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #344C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C73 is #CBB38C. Grayscale: #494949. Windows color (decimal): -13349773 or 7556148. OLE color: 7556148.
HSL color Cylindrical-coordinate representation of color #344C73: hue angle of 217.14º 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 #344C73 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 76 | 115 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.55 |
| HSL | 217.14º | 0.38% | 0.33% | - |
| HSV(B) | 217.14º | 0.55% | 0.45% | - |
| XYZ | 7.1 | 7.14 | 17.22 | - |
| YUV | 73.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 115 | 0.55 | 0.34 | 0 | 0.55 | 217.14 | 0.38 | 0.33 |
| Hex | 34 | 4C | 73 | 37 | 22 | 0 | 37 | D9 | 26 | 21 |
| Octal | 64 | 114 | 163 | 67 | 42 | 0 | 67 | 331 | 46 | 41 |
| Binary | 110100 | 1001100 | 1110011 | 110111 | 100010 | 0 | 110111 | 11011001 | 100110 | 100001 |
Color Harmonies of #344C73
Complementary color
Monochromatic Colors of #344C73
Black with #344C73
Text Example
Text Example
White with #344C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C73; }
p { color: rgb(52,76,115); }
H1.HeaderClassName
{
color: #344C73;
}
.AnyTagClassName
{
color: #344C73;
}
</style>
background-color css
<style>
a { background-color: #344C73; }
a { background-color: rgb(52,76,115); }
div.DivClassName
{
background-color: #344C73;
}
.BgClassName
{
background-color: #344C73;
}
</style>
border-color css
<style>
span { border-color: #344C73; }
span { border-color: rgb(52,76,115); }
td.TdClassName
{
border-color: #344C73;
}
.TagClassName
{
border-color: #344C73;
}
</style>