Shades of Fun Blue #344F7F
Tints of Fun Blue #344F7F
RGB
CMYK
RGB Variations
Color information
#344F7F (or 0x344F7F) is known color: Fun Blue. HEX triplet: 34, 4F and 7F. RGB value is (52,79,127). Sum of RGB (Red+Green+Blue) = 52+79+127=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #344F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F7F is #CBB080. Grayscale: #4C4C4C. Windows color (decimal): -13348993 or 8343348. OLE color: 8343348.
HSL color Cylindrical-coordinate representation of color #344F7F: hue angle of 218.4º 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 #344F7F is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 79 | 127 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.50 |
| HSL | 218.4º | 0.42% | 0.35% | - |
| HSV(B) | 218.4º | 0.59% | 0.5% | - |
| XYZ | 8.04 | 7.85 | 21.17 | - |
| YUV | 76.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 127 | 0.59 | 0.38 | 0 | 0.50 | 218.4 | 0.42 | 0.35 |
| Hex | 34 | 4F | 7F | 3B | 26 | 0 | 32 | DA | 2A | 23 |
| Octal | 64 | 117 | 177 | 73 | 46 | 0 | 62 | 332 | 52 | 43 |
| Binary | 110100 | 1001111 | 1111111 | 111011 | 100110 | 0 | 110010 | 11011010 | 101010 | 100011 |
Color Harmonies of #344F7F
Complementary color
Monochromatic Colors of #344F7F
Black with #344F7F
Text Example
Text Example
White with #344F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F7F; }
p { color: rgb(52,79,127); }
H1.HeaderClassName
{
color: #344F7F;
}
.AnyTagClassName
{
color: #344F7F;
}
</style>
background-color css
<style>
a { background-color: #344F7F; }
a { background-color: rgb(52,79,127); }
div.DivClassName
{
background-color: #344F7F;
}
.BgClassName
{
background-color: #344F7F;
}
</style>
border-color css
<style>
span { border-color: #344F7F; }
span { border-color: rgb(52,79,127); }
td.TdClassName
{
border-color: #344F7F;
}
.TagClassName
{
border-color: #344F7F;
}
</style>