Shades of Fun Blue #334D7A
Tints of Fun Blue #334D7A
RGB
CMYK
RGB Variations
Color information
#334D7A (or 0x334D7A) is known color: Fun Blue. HEX triplet: 33, 4D and 7A. RGB value is (51,77,122). Sum of RGB (Red+Green+Blue) = 51+77+122=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #334D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D7A is #CCB285. Grayscale: #4A4A4A. Windows color (decimal): -13415046 or 8015155. OLE color: 8015155.
HSL color Cylindrical-coordinate representation of color #334D7A: 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 #334D7A is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 77 | 122 | - |
| 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.53 | 7.42 | 19.45 | - |
| YUV | 74.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 122 | 0.58 | 0.37 | 0 | 0.52 | 218.03 | 0.41 | 0.34 |
| Hex | 33 | 4D | 7A | 3A | 25 | 0 | 34 | DA | 29 | 22 |
| Octal | 63 | 115 | 172 | 72 | 45 | 0 | 64 | 332 | 51 | 42 |
| Binary | 110011 | 1001101 | 1111010 | 111010 | 100101 | 0 | 110100 | 11011010 | 101001 | 100010 |
Color Harmonies of #334D7A
Complementary color
Monochromatic Colors of #334D7A
Black with #334D7A
Text Example
Text Example
White with #334D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D7A; }
p { color: rgb(51,77,122); }
H1.HeaderClassName
{
color: #334D7A;
}
.AnyTagClassName
{
color: #334D7A;
}
</style>
background-color css
<style>
a { background-color: #334D7A; }
a { background-color: rgb(51,77,122); }
div.DivClassName
{
background-color: #334D7A;
}
.BgClassName
{
background-color: #334D7A;
}
</style>
border-color css
<style>
span { border-color: #334D7A; }
span { border-color: rgb(51,77,122); }
td.TdClassName
{
border-color: #334D7A;
}
.TagClassName
{
border-color: #334D7A;
}
</style>