Shades of Fun Blue #344C80
Tints of Fun Blue #344C80
RGB
CMYK
RGB Variations
Color information
#344C80 (or 0x344C80) is known color: Fun Blue. HEX triplet: 34, 4C and 80. RGB value is (52,76,128). Sum of RGB (Red+Green+Blue) = 52+76+128=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #344C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C80 is #CBB37F. Grayscale: #4A4A4A. Windows color (decimal): -13349760 or 8408116. OLE color: 8408116.
HSL color Cylindrical-coordinate representation of color #344C80: hue angle of 221.05º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #344C80 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 76 | 128 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.50 |
| HSL | 221.05º | 0.42% | 0.35% | - |
| HSV(B) | 221.05º | 0.59% | 0.5% | - |
| XYZ | 7.9 | 7.46 | 21.45 | - |
| YUV | 74.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 128 | 0.59 | 0.41 | 0 | 0.50 | 221.05 | 0.42 | 0.35 |
| Hex | 34 | 4C | 80 | 3B | 29 | 0 | 32 | DD | 2A | 23 |
| Octal | 64 | 114 | 200 | 73 | 51 | 0 | 62 | 335 | 52 | 43 |
| Binary | 110100 | 1001100 | 10000000 | 111011 | 101001 | 0 | 110010 | 11011101 | 101010 | 100011 |
Color Harmonies of #344C80
Complementary color
Monochromatic Colors of #344C80
Black with #344C80
Text Example
Text Example
White with #344C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C80; }
p { color: rgb(52,76,128); }
H1.HeaderClassName
{
color: #344C80;
}
.AnyTagClassName
{
color: #344C80;
}
</style>
background-color css
<style>
a { background-color: #344C80; }
a { background-color: rgb(52,76,128); }
div.DivClassName
{
background-color: #344C80;
}
.BgClassName
{
background-color: #344C80;
}
</style>
border-color css
<style>
span { border-color: #344C80; }
span { border-color: rgb(52,76,128); }
td.TdClassName
{
border-color: #344C80;
}
.TagClassName
{
border-color: #344C80;
}
</style>