Shades of Fun Blue #344C7F
Tints of Fun Blue #344C7F
RGB
CMYK
RGB Variations
Color information
#344C7F (or 0x344C7F) is known color: Fun Blue. HEX triplet: 34, 4C and 7F. RGB value is (52,76,127). Sum of RGB (Red+Green+Blue) = 52+76+127=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #344C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C7F is #CBB380. Grayscale: #4A4A4A. Windows color (decimal): -13349761 or 8342580. OLE color: 8342580.
HSL color Cylindrical-coordinate representation of color #344C7F: hue angle of 220.8º 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 #344C7F is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 76 | 127 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.50 |
| HSL | 220.8º | 0.42% | 0.35% | - |
| HSV(B) | 220.8º | 0.59% | 0.5% | - |
| XYZ | 7.83 | 7.43 | 21.1 | - |
| YUV | 74.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 127 | 0.59 | 0.40 | 0 | 0.50 | 220.8 | 0.42 | 0.35 |
| Hex | 34 | 4C | 7F | 3B | 28 | 0 | 32 | DD | 2A | 23 |
| Octal | 64 | 114 | 177 | 73 | 50 | 0 | 62 | 335 | 52 | 43 |
| Binary | 110100 | 1001100 | 1111111 | 111011 | 101000 | 0 | 110010 | 11011101 | 101010 | 100011 |
Color Harmonies of #344C7F
Complementary color
Monochromatic Colors of #344C7F
Black with #344C7F
Text Example
Text Example
White with #344C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C7F; }
p { color: rgb(52,76,127); }
H1.HeaderClassName
{
color: #344C7F;
}
.AnyTagClassName
{
color: #344C7F;
}
</style>
background-color css
<style>
a { background-color: #344C7F; }
a { background-color: rgb(52,76,127); }
div.DivClassName
{
background-color: #344C7F;
}
.BgClassName
{
background-color: #344C7F;
}
</style>
border-color css
<style>
span { border-color: #344C7F; }
span { border-color: rgb(52,76,127); }
td.TdClassName
{
border-color: #344C7F;
}
.TagClassName
{
border-color: #344C7F;
}
</style>