Shades of Fun Blue #344E7B
Tints of Fun Blue #344E7B
RGB
CMYK
RGB Variations
Color information
#344E7B (or 0x344E7B) is known color: Fun Blue. HEX triplet: 34, 4E and 7B. RGB value is (52,78,123). Sum of RGB (Red+Green+Blue) = 52+78+123=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #344E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E7B is #CBB184. Grayscale: #4B4B4B. Windows color (decimal): -13349253 or 8080948. OLE color: 8080948.
HSL color Cylindrical-coordinate representation of color #344E7B: hue angle of 218.03º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #344E7B is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 78 | 123 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.52 |
| HSL | 218.03º | 0.41% | 0.34% | - |
| HSV(B) | 218.03º | 0.58% | 0.48% | - |
| XYZ | 7.72 | 7.61 | 19.8 | - |
| YUV | 75.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 123 | 0.58 | 0.37 | 0 | 0.52 | 218.03 | 0.41 | 0.34 |
| Hex | 34 | 4E | 7B | 3A | 25 | 0 | 34 | DA | 29 | 22 |
| Octal | 64 | 116 | 173 | 72 | 45 | 0 | 64 | 332 | 51 | 42 |
| Binary | 110100 | 1001110 | 1111011 | 111010 | 100101 | 0 | 110100 | 11011010 | 101001 | 100010 |
Color Harmonies of #344E7B
Complementary color
Monochromatic Colors of #344E7B
Black with #344E7B
Text Example
Text Example
White with #344E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E7B; }
p { color: rgb(52,78,123); }
H1.HeaderClassName
{
color: #344E7B;
}
.AnyTagClassName
{
color: #344E7B;
}
</style>
background-color css
<style>
a { background-color: #344E7B; }
a { background-color: rgb(52,78,123); }
div.DivClassName
{
background-color: #344E7B;
}
.BgClassName
{
background-color: #344E7B;
}
</style>
border-color css
<style>
span { border-color: #344E7B; }
span { border-color: rgb(52,78,123); }
td.TdClassName
{
border-color: #344E7B;
}
.TagClassName
{
border-color: #344E7B;
}
</style>