Shades of Fun Blue #344E7D
Tints of Fun Blue #344E7D
RGB
CMYK
RGB Variations
Color information
#344E7D (or 0x344E7D) is known color: Fun Blue. HEX triplet: 34, 4E and 7D. RGB value is (52,78,125). Sum of RGB (Red+Green+Blue) = 52+78+125=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #344E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E7D is #CBB182. Grayscale: #4B4B4B. Windows color (decimal): -13349251 or 8212020. OLE color: 8212020.
HSL color Cylindrical-coordinate representation of color #344E7D: hue angle of 218.63º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #344E7D is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 78 | 125 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.51 |
| HSL | 218.63º | 0.41% | 0.35% | - |
| HSV(B) | 218.63º | 0.58% | 0.49% | - |
| XYZ | 7.84 | 7.66 | 20.47 | - |
| YUV | 75.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 125 | 0.58 | 0.38 | 0 | 0.51 | 218.63 | 0.41 | 0.35 |
| Hex | 34 | 4E | 7D | 3A | 26 | 0 | 33 | DB | 29 | 23 |
| Octal | 64 | 116 | 175 | 72 | 46 | 0 | 63 | 333 | 51 | 43 |
| Binary | 110100 | 1001110 | 1111101 | 111010 | 100110 | 0 | 110011 | 11011011 | 101001 | 100011 |
Color Harmonies of #344E7D
Complementary color
Monochromatic Colors of #344E7D
Black with #344E7D
Text Example
Text Example
White with #344E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E7D; }
p { color: rgb(52,78,125); }
H1.HeaderClassName
{
color: #344E7D;
}
.AnyTagClassName
{
color: #344E7D;
}
</style>
background-color css
<style>
a { background-color: #344E7D; }
a { background-color: rgb(52,78,125); }
div.DivClassName
{
background-color: #344E7D;
}
.BgClassName
{
background-color: #344E7D;
}
</style>
border-color css
<style>
span { border-color: #344E7D; }
span { border-color: rgb(52,78,125); }
td.TdClassName
{
border-color: #344E7D;
}
.TagClassName
{
border-color: #344E7D;
}
</style>