Shades of Fun Blue #344C72
Tints of Fun Blue #344C72
RGB
CMYK
RGB Variations
Color information
#344C72 (or 0x344C72) is known color: Fun Blue. HEX triplet: 34, 4C and 72. RGB value is (52,76,114). Sum of RGB (Red+Green+Blue) = 52+76+114=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #344C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C72 is #CBB38D. Grayscale: #484848. Windows color (decimal): -13349774 or 7490612. OLE color: 7490612.
HSL color Cylindrical-coordinate representation of color #344C72: hue angle of 216.77º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344C72 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 76 | 114 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.55 |
| HSL | 216.77º | 0.37% | 0.33% | - |
| HSV(B) | 216.77º | 0.54% | 0.45% | - |
| XYZ | 7.04 | 7.11 | 16.92 | - |
| YUV | 73.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 114 | 0.54 | 0.33 | 0 | 0.55 | 216.77 | 0.37 | 0.33 |
| Hex | 34 | 4C | 72 | 36 | 21 | 0 | 37 | D9 | 25 | 21 |
| Octal | 64 | 114 | 162 | 66 | 41 | 0 | 67 | 331 | 45 | 41 |
| Binary | 110100 | 1001100 | 1110010 | 110110 | 100001 | 0 | 110111 | 11011001 | 100101 | 100001 |
Color Harmonies of #344C72
Complementary color
Monochromatic Colors of #344C72
Black with #344C72
Text Example
Text Example
White with #344C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C72; }
p { color: rgb(52,76,114); }
H1.HeaderClassName
{
color: #344C72;
}
.AnyTagClassName
{
color: #344C72;
}
</style>
background-color css
<style>
a { background-color: #344C72; }
a { background-color: rgb(52,76,114); }
div.DivClassName
{
background-color: #344C72;
}
.BgClassName
{
background-color: #344C72;
}
</style>
border-color css
<style>
span { border-color: #344C72; }
span { border-color: rgb(52,76,114); }
td.TdClassName
{
border-color: #344C72;
}
.TagClassName
{
border-color: #344C72;
}
</style>