Shades of Fun Blue #344C7E
Tints of Fun Blue #344C7E
RGB
CMYK
RGB Variations
Color information
#344C7E (or 0x344C7E) is known color: Fun Blue. HEX triplet: 34, 4C and 7E. RGB value is (52,76,126). Sum of RGB (Red+Green+Blue) = 52+76+126=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #344C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C7E is #CBB381. Grayscale: #4A4A4A. Windows color (decimal): -13349762 or 8277044. OLE color: 8277044.
HSL color Cylindrical-coordinate representation of color #344C7E: hue angle of 220.54º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #344C7E is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 76 | 126 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.51 |
| HSL | 220.54º | 0.42% | 0.35% | - |
| HSV(B) | 220.54º | 0.59% | 0.49% | - |
| XYZ | 7.77 | 7.41 | 20.76 | - |
| YUV | 74.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 126 | 0.59 | 0.40 | 0 | 0.51 | 220.54 | 0.42 | 0.35 |
| Hex | 34 | 4C | 7E | 3B | 28 | 0 | 33 | DD | 2A | 23 |
| Octal | 64 | 114 | 176 | 73 | 50 | 0 | 63 | 335 | 52 | 43 |
| Binary | 110100 | 1001100 | 1111110 | 111011 | 101000 | 0 | 110011 | 11011101 | 101010 | 100011 |
Color Harmonies of #344C7E
Complementary color
Monochromatic Colors of #344C7E
Black with #344C7E
Text Example
Text Example
White with #344C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C7E; }
p { color: rgb(52,76,126); }
H1.HeaderClassName
{
color: #344C7E;
}
.AnyTagClassName
{
color: #344C7E;
}
</style>
background-color css
<style>
a { background-color: #344C7E; }
a { background-color: rgb(52,76,126); }
div.DivClassName
{
background-color: #344C7E;
}
.BgClassName
{
background-color: #344C7E;
}
</style>
border-color css
<style>
span { border-color: #344C7E; }
span { border-color: rgb(52,76,126); }
td.TdClassName
{
border-color: #344C7E;
}
.TagClassName
{
border-color: #344C7E;
}
</style>