Shades of Fun Blue #344B7D
Tints of Fun Blue #344B7D
RGB
CMYK
RGB Variations
Color information
#344B7D (or 0x344B7D) is known color: Fun Blue. HEX triplet: 34, 4B and 7D. RGB value is (52,75,125). Sum of RGB (Red+Green+Blue) = 52+75+125=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #344B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B7D is #CBB482. Grayscale: #494949. Windows color (decimal): -13350019 or 8211252. OLE color: 8211252.
HSL color Cylindrical-coordinate representation of color #344B7D: hue angle of 221.1º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #344B7D is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 75 | 125 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.51 |
| HSL | 221.1º | 0.41% | 0.35% | - |
| HSV(B) | 221.1º | 0.58% | 0.49% | - |
| XYZ | 7.63 | 7.24 | 20.4 | - |
| YUV | 73.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 125 | 0.58 | 0.40 | 0 | 0.51 | 221.1 | 0.41 | 0.35 |
| Hex | 34 | 4B | 7D | 3A | 28 | 0 | 33 | DD | 29 | 23 |
| Octal | 64 | 113 | 175 | 72 | 50 | 0 | 63 | 335 | 51 | 43 |
| Binary | 110100 | 1001011 | 1111101 | 111010 | 101000 | 0 | 110011 | 11011101 | 101001 | 100011 |
Color Harmonies of #344B7D
Complementary color
Monochromatic Colors of #344B7D
Black with #344B7D
Text Example
Text Example
White with #344B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B7D; }
p { color: rgb(52,75,125); }
H1.HeaderClassName
{
color: #344B7D;
}
.AnyTagClassName
{
color: #344B7D;
}
</style>
background-color css
<style>
a { background-color: #344B7D; }
a { background-color: rgb(52,75,125); }
div.DivClassName
{
background-color: #344B7D;
}
.BgClassName
{
background-color: #344B7D;
}
</style>
border-color css
<style>
span { border-color: #344B7D; }
span { border-color: rgb(52,75,125); }
td.TdClassName
{
border-color: #344B7D;
}
.TagClassName
{
border-color: #344B7D;
}
</style>