Shades of Fun Blue #344E80
Tints of Fun Blue #344E80
RGB
CMYK
RGB Variations
Color information
#344E80 (or 0x344E80) is known color: Fun Blue. HEX triplet: 34, 4E and 80. RGB value is (52,78,128). Sum of RGB (Red+Green+Blue) = 52+78+128=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #344E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344E80 is #CBB17F. Grayscale: #4B4B4B. Windows color (decimal): -13349248 or 8408628. OLE color: 8408628.
HSL color Cylindrical-coordinate representation of color #344E80: hue angle of 219.47º 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 #344E80 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 78 | 128 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.50 |
| HSL | 219.47º | 0.42% | 0.35% | - |
| HSV(B) | 219.47º | 0.59% | 0.5% | - |
| XYZ | 8.04 | 7.74 | 21.49 | - |
| YUV | 75.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 128 | 0.59 | 0.39 | 0 | 0.50 | 219.47 | 0.42 | 0.35 |
| Hex | 34 | 4E | 80 | 3B | 27 | 0 | 32 | DB | 2A | 23 |
| Octal | 64 | 116 | 200 | 73 | 47 | 0 | 62 | 333 | 52 | 43 |
| Binary | 110100 | 1001110 | 10000000 | 111011 | 100111 | 0 | 110010 | 11011011 | 101010 | 100011 |
Color Harmonies of #344E80
Complementary color
Monochromatic Colors of #344E80
Black with #344E80
Text Example
Text Example
White with #344E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E80; }
p { color: rgb(52,78,128); }
H1.HeaderClassName
{
color: #344E80;
}
.AnyTagClassName
{
color: #344E80;
}
</style>
background-color css
<style>
a { background-color: #344E80; }
a { background-color: rgb(52,78,128); }
div.DivClassName
{
background-color: #344E80;
}
.BgClassName
{
background-color: #344E80;
}
</style>
border-color css
<style>
span { border-color: #344E80; }
span { border-color: rgb(52,78,128); }
td.TdClassName
{
border-color: #344E80;
}
.TagClassName
{
border-color: #344E80;
}
</style>