Shades of Fun Blue #334C7E
Tints of Fun Blue #334C7E
RGB
CMYK
RGB Variations
Color information
#334C7E (or 0x334C7E) is known color: Fun Blue. HEX triplet: 33, 4C and 7E. RGB value is (51,76,126). Sum of RGB (Red+Green+Blue) = 51+76+126=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #334C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C7E is #CCB381. Grayscale: #4A4A4A. Windows color (decimal): -13415298 or 8277043. OLE color: 8277043.
HSL color Cylindrical-coordinate representation of color #334C7E: hue angle of 220º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334C7E is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 76 | 126 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.51 |
| HSL | 220º | 0.42% | 0.35% | - |
| HSV(B) | 220º | 0.6% | 0.49% | - |
| XYZ | 7.72 | 7.38 | 20.76 | - |
| YUV | 74.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 126 | 0.60 | 0.40 | 0 | 0.51 | 220 | 0.42 | 0.35 |
| Hex | 33 | 4C | 7E | 3C | 28 | 0 | 33 | DC | 2A | 23 |
| Octal | 63 | 114 | 176 | 74 | 50 | 0 | 63 | 334 | 52 | 43 |
| Binary | 110011 | 1001100 | 1111110 | 111100 | 101000 | 0 | 110011 | 11011100 | 101010 | 100011 |
Color Harmonies of #334C7E
Complementary color
Monochromatic Colors of #334C7E
Black with #334C7E
Text Example
Text Example
White with #334C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C7E; }
p { color: rgb(51,76,126); }
H1.HeaderClassName
{
color: #334C7E;
}
.AnyTagClassName
{
color: #334C7E;
}
</style>
background-color css
<style>
a { background-color: #334C7E; }
a { background-color: rgb(51,76,126); }
div.DivClassName
{
background-color: #334C7E;
}
.BgClassName
{
background-color: #334C7E;
}
</style>
border-color css
<style>
span { border-color: #334C7E; }
span { border-color: rgb(51,76,126); }
td.TdClassName
{
border-color: #334C7E;
}
.TagClassName
{
border-color: #334C7E;
}
</style>