Shades of Fun Blue #344C75
Tints of Fun Blue #344C75
RGB
CMYK
RGB Variations
Color information
#344C75 (or 0x344C75) is known color: Fun Blue. HEX triplet: 34, 4C and 75. RGB value is (52,76,117). Sum of RGB (Red+Green+Blue) = 52+76+117=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #344C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C75 is #CBB38A. Grayscale: #494949. Windows color (decimal): -13349771 or 7687220. OLE color: 7687220.
HSL color Cylindrical-coordinate representation of color #344C75: hue angle of 217.85º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344C75 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 76 | 117 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.54 |
| HSL | 217.85º | 0.38% | 0.33% | - |
| HSV(B) | 217.85º | 0.56% | 0.46% | - |
| XYZ | 7.21 | 7.18 | 17.84 | - |
| YUV | 73.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 117 | 0.56 | 0.35 | 0 | 0.54 | 217.85 | 0.38 | 0.33 |
| Hex | 34 | 4C | 75 | 38 | 23 | 0 | 36 | DA | 26 | 21 |
| Octal | 64 | 114 | 165 | 70 | 43 | 0 | 66 | 332 | 46 | 41 |
| Binary | 110100 | 1001100 | 1110101 | 111000 | 100011 | 0 | 110110 | 11011010 | 100110 | 100001 |
Color Harmonies of #344C75
Complementary color
Monochromatic Colors of #344C75
Black with #344C75
Text Example
Text Example
White with #344C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C75; }
p { color: rgb(52,76,117); }
H1.HeaderClassName
{
color: #344C75;
}
.AnyTagClassName
{
color: #344C75;
}
</style>
background-color css
<style>
a { background-color: #344C75; }
a { background-color: rgb(52,76,117); }
div.DivClassName
{
background-color: #344C75;
}
.BgClassName
{
background-color: #344C75;
}
</style>
border-color css
<style>
span { border-color: #344C75; }
span { border-color: rgb(52,76,117); }
td.TdClassName
{
border-color: #344C75;
}
.TagClassName
{
border-color: #344C75;
}
</style>