Shades of Fun Blue #334D7F
Tints of Fun Blue #334D7F
RGB
CMYK
RGB Variations
Color information
#334D7F (or 0x334D7F) is known color: Fun Blue. HEX triplet: 33, 4D and 7F. RGB value is (51,77,127). Sum of RGB (Red+Green+Blue) = 51+77+127=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #334D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D7F is #CCB280. Grayscale: #4A4A4A. Windows color (decimal): -13415041 or 8342835. OLE color: 8342835.
HSL color Cylindrical-coordinate representation of color #334D7F: hue angle of 219.47º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334D7F is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 77 | 127 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.50 |
| HSL | 219.47º | 0.43% | 0.35% | - |
| HSV(B) | 219.47º | 0.6% | 0.5% | - |
| XYZ | 7.85 | 7.54 | 21.12 | - |
| YUV | 74.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 127 | 0.60 | 0.39 | 0 | 0.50 | 219.47 | 0.43 | 0.35 |
| Hex | 33 | 4D | 7F | 3C | 27 | 0 | 32 | DB | 2B | 23 |
| Octal | 63 | 115 | 177 | 74 | 47 | 0 | 62 | 333 | 53 | 43 |
| Binary | 110011 | 1001101 | 1111111 | 111100 | 100111 | 0 | 110010 | 11011011 | 101011 | 100011 |
Color Harmonies of #334D7F
Complementary color
Monochromatic Colors of #334D7F
Black with #334D7F
Text Example
Text Example
White with #334D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D7F; }
p { color: rgb(51,77,127); }
H1.HeaderClassName
{
color: #334D7F;
}
.AnyTagClassName
{
color: #334D7F;
}
</style>
background-color css
<style>
a { background-color: #334D7F; }
a { background-color: rgb(51,77,127); }
div.DivClassName
{
background-color: #334D7F;
}
.BgClassName
{
background-color: #334D7F;
}
</style>
border-color css
<style>
span { border-color: #334D7F; }
span { border-color: rgb(51,77,127); }
td.TdClassName
{
border-color: #334D7F;
}
.TagClassName
{
border-color: #334D7F;
}
</style>