Shades of Fun Blue #344C7D
Tints of Fun Blue #344C7D
RGB
CMYK
RGB Variations
Color information
#344C7D (or 0x344C7D) is known color: Fun Blue. HEX triplet: 34, 4C and 7D. RGB value is (52,76,125). Sum of RGB (Red+Green+Blue) = 52+76+125=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #344C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C7D is #CBB382. Grayscale: #4A4A4A. Windows color (decimal): -13349763 or 8211508. OLE color: 8211508.
HSL color Cylindrical-coordinate representation of color #344C7D: hue angle of 220.27º 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 #344C7D is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 76 | 125 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.51 |
| HSL | 220.27º | 0.41% | 0.35% | - |
| HSV(B) | 220.27º | 0.58% | 0.49% | - |
| XYZ | 7.7 | 7.38 | 20.42 | - |
| YUV | 74.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 125 | 0.58 | 0.39 | 0 | 0.51 | 220.27 | 0.41 | 0.35 |
| Hex | 34 | 4C | 7D | 3A | 27 | 0 | 33 | DC | 29 | 23 |
| Octal | 64 | 114 | 175 | 72 | 47 | 0 | 63 | 334 | 51 | 43 |
| Binary | 110100 | 1001100 | 1111101 | 111010 | 100111 | 0 | 110011 | 11011100 | 101001 | 100011 |
Color Harmonies of #344C7D
Complementary color
Monochromatic Colors of #344C7D
Black with #344C7D
Text Example
Text Example
White with #344C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C7D; }
p { color: rgb(52,76,125); }
H1.HeaderClassName
{
color: #344C7D;
}
.AnyTagClassName
{
color: #344C7D;
}
</style>
background-color css
<style>
a { background-color: #344C7D; }
a { background-color: rgb(52,76,125); }
div.DivClassName
{
background-color: #344C7D;
}
.BgClassName
{
background-color: #344C7D;
}
</style>
border-color css
<style>
span { border-color: #344C7D; }
span { border-color: rgb(52,76,125); }
td.TdClassName
{
border-color: #344C7D;
}
.TagClassName
{
border-color: #344C7D;
}
</style>