Shades of Fun Blue #334D7C
Tints of Fun Blue #334D7C
RGB
CMYK
RGB Variations
Color information
#334D7C (or 0x334D7C) is known color: Fun Blue. HEX triplet: 33, 4D and 7C. RGB value is (51,77,124). Sum of RGB (Red+Green+Blue) = 51+77+124=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #334D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D7C is #CCB283. Grayscale: #4A4A4A. Windows color (decimal): -13415044 or 8146227. OLE color: 8146227.
HSL color Cylindrical-coordinate representation of color #334D7C: hue angle of 218.63º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #334D7C is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 77 | 124 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.51 |
| HSL | 218.63º | 0.42% | 0.34% | - |
| HSV(B) | 218.63º | 0.59% | 0.49% | - |
| XYZ | 7.66 | 7.47 | 20.11 | - |
| YUV | 74.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 124 | 0.59 | 0.38 | 0 | 0.51 | 218.63 | 0.42 | 0.34 |
| Hex | 33 | 4D | 7C | 3B | 26 | 0 | 33 | DB | 2A | 22 |
| Octal | 63 | 115 | 174 | 73 | 46 | 0 | 63 | 333 | 52 | 42 |
| Binary | 110011 | 1001101 | 1111100 | 111011 | 100110 | 0 | 110011 | 11011011 | 101010 | 100010 |
Color Harmonies of #334D7C
Complementary color
Monochromatic Colors of #334D7C
Black with #334D7C
Text Example
Text Example
White with #334D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D7C; }
p { color: rgb(51,77,124); }
H1.HeaderClassName
{
color: #334D7C;
}
.AnyTagClassName
{
color: #334D7C;
}
</style>
background-color css
<style>
a { background-color: #334D7C; }
a { background-color: rgb(51,77,124); }
div.DivClassName
{
background-color: #334D7C;
}
.BgClassName
{
background-color: #334D7C;
}
</style>
border-color css
<style>
span { border-color: #334D7C; }
span { border-color: rgb(51,77,124); }
td.TdClassName
{
border-color: #334D7C;
}
.TagClassName
{
border-color: #334D7C;
}
</style>