Shades of Fun Blue #344A74
Tints of Fun Blue #344A74
RGB
CMYK
RGB Variations
Color information
#344A74 (or 0x344A74) is known color: Fun Blue. HEX triplet: 34, 4A and 74. RGB value is (52,74,116). Sum of RGB (Red+Green+Blue) = 52+74+116=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #344A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A74 is #CBB58B. Grayscale: #484848. Windows color (decimal): -13350284 or 7621172. OLE color: 7621172.
HSL color Cylindrical-coordinate representation of color #344A74: hue angle of 219.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #344A74 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 74 | 116 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.55 |
| HSL | 219.38º | 0.38% | 0.33% | - |
| HSV(B) | 219.38º | 0.55% | 0.45% | - |
| XYZ | 7.02 | 6.89 | 17.48 | - |
| YUV | 72.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 116 | 0.55 | 0.36 | 0 | 0.55 | 219.38 | 0.38 | 0.33 |
| Hex | 34 | 4A | 74 | 37 | 24 | 0 | 37 | DB | 26 | 21 |
| Octal | 64 | 112 | 164 | 67 | 44 | 0 | 67 | 333 | 46 | 41 |
| Binary | 110100 | 1001010 | 1110100 | 110111 | 100100 | 0 | 110111 | 11011011 | 100110 | 100001 |
Color Harmonies of #344A74
Complementary color
Monochromatic Colors of #344A74
Black with #344A74
Text Example
Text Example
White with #344A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A74; }
p { color: rgb(52,74,116); }
H1.HeaderClassName
{
color: #344A74;
}
.AnyTagClassName
{
color: #344A74;
}
</style>
background-color css
<style>
a { background-color: #344A74; }
a { background-color: rgb(52,74,116); }
div.DivClassName
{
background-color: #344A74;
}
.BgClassName
{
background-color: #344A74;
}
</style>
border-color css
<style>
span { border-color: #344A74; }
span { border-color: rgb(52,74,116); }
td.TdClassName
{
border-color: #344A74;
}
.TagClassName
{
border-color: #344A74;
}
</style>