Shades of Fun Blue #344F85
Tints of Fun Blue #344F85
RGB
CMYK
RGB Variations
Color information
#344F85 (or 0x344F85) is known color: Fun Blue. HEX triplet: 34, 4F and 85. RGB value is (52,79,133). Sum of RGB (Red+Green+Blue) = 52+79+133=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #344F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344F85 is #CBB07A. Grayscale: #4C4C4C. Windows color (decimal): -13348987 or 8736564. OLE color: 8736564.
HSL color Cylindrical-coordinate representation of color #344F85: hue angle of 220º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344F85 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 79 | 133 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.48 |
| HSL | 220º | 0.44% | 0.36% | - |
| HSV(B) | 220º | 0.61% | 0.52% | - |
| XYZ | 8.45 | 8.02 | 23.29 | - |
| YUV | 77.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 133 | 0.61 | 0.41 | 0 | 0.48 | 220 | 0.44 | 0.36 |
| Hex | 34 | 4F | 85 | 3D | 29 | 0 | 30 | DC | 2C | 24 |
| Octal | 64 | 117 | 205 | 75 | 51 | 0 | 60 | 334 | 54 | 44 |
| Binary | 110100 | 1001111 | 10000101 | 111101 | 101001 | 0 | 110000 | 11011100 | 101100 | 100100 |
Color Harmonies of #344F85
Complementary color
Monochromatic Colors of #344F85
Black with #344F85
Text Example
Text Example
White with #344F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F85; }
p { color: rgb(52,79,133); }
H1.HeaderClassName
{
color: #344F85;
}
.AnyTagClassName
{
color: #344F85;
}
</style>
background-color css
<style>
a { background-color: #344F85; }
a { background-color: rgb(52,79,133); }
div.DivClassName
{
background-color: #344F85;
}
.BgClassName
{
background-color: #344F85;
}
</style>
border-color css
<style>
span { border-color: #344F85; }
span { border-color: rgb(52,79,133); }
td.TdClassName
{
border-color: #344F85;
}
.TagClassName
{
border-color: #344F85;
}
</style>