Shades of Fun Blue #334C7D
Tints of Fun Blue #334C7D
RGB
CMYK
RGB Variations
Color information
#334C7D (or 0x334C7D) is known color: Fun Blue. HEX triplet: 33, 4C and 7D. RGB value is (51,76,125). Sum of RGB (Red+Green+Blue) = 51+76+125=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #334C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C7D is #CCB382. Grayscale: #494949. Windows color (decimal): -13415299 or 8211507. OLE color: 8211507.
HSL color Cylindrical-coordinate representation of color #334C7D: hue angle of 219.73º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #334C7D is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 76 | 125 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.51 |
| HSL | 219.73º | 0.42% | 0.35% | - |
| HSV(B) | 219.73º | 0.59% | 0.49% | - |
| XYZ | 7.65 | 7.35 | 20.42 | - |
| YUV | 74.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 125 | 0.59 | 0.39 | 0 | 0.51 | 219.73 | 0.42 | 0.35 |
| Hex | 33 | 4C | 7D | 3B | 27 | 0 | 33 | DC | 2A | 23 |
| Octal | 63 | 114 | 175 | 73 | 47 | 0 | 63 | 334 | 52 | 43 |
| Binary | 110011 | 1001100 | 1111101 | 111011 | 100111 | 0 | 110011 | 11011100 | 101010 | 100011 |
Color Harmonies of #334C7D
Complementary color
Monochromatic Colors of #334C7D
Black with #334C7D
Text Example
Text Example
White with #334C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C7D; }
p { color: rgb(51,76,125); }
H1.HeaderClassName
{
color: #334C7D;
}
.AnyTagClassName
{
color: #334C7D;
}
</style>
background-color css
<style>
a { background-color: #334C7D; }
a { background-color: rgb(51,76,125); }
div.DivClassName
{
background-color: #334C7D;
}
.BgClassName
{
background-color: #334C7D;
}
</style>
border-color css
<style>
span { border-color: #334C7D; }
span { border-color: rgb(51,76,125); }
td.TdClassName
{
border-color: #334C7D;
}
.TagClassName
{
border-color: #334C7D;
}
</style>