Shades of Fun Blue #334C83
Tints of Fun Blue #334C83
RGB
CMYK
RGB Variations
Color information
#334C83 (or 0x334C83) is known color: Fun Blue. HEX triplet: 33, 4C and 83. RGB value is (51,76,131). Sum of RGB (Red+Green+Blue) = 51+76+131=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #334C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334C83 is #CCB37C. Grayscale: #4A4A4A. Windows color (decimal): -13415293 or 8604723. OLE color: 8604723.
HSL color Cylindrical-coordinate representation of color #334C83: hue angle of 221.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334C83 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 76 | 131 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.49 |
| HSL | 221.25º | 0.44% | 0.36% | - |
| HSV(B) | 221.25º | 0.61% | 0.51% | - |
| XYZ | 8.05 | 7.51 | 22.5 | - |
| YUV | 74.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 131 | 0.61 | 0.42 | 0 | 0.49 | 221.25 | 0.44 | 0.36 |
| Hex | 33 | 4C | 83 | 3D | 2A | 0 | 31 | DD | 2C | 24 |
| Octal | 63 | 114 | 203 | 75 | 52 | 0 | 61 | 335 | 54 | 44 |
| Binary | 110011 | 1001100 | 10000011 | 111101 | 101010 | 0 | 110001 | 11011101 | 101100 | 100100 |
Color Harmonies of #334C83
Complementary color
Monochromatic Colors of #334C83
Black with #334C83
Text Example
Text Example
White with #334C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C83; }
p { color: rgb(51,76,131); }
H1.HeaderClassName
{
color: #334C83;
}
.AnyTagClassName
{
color: #334C83;
}
</style>
background-color css
<style>
a { background-color: #334C83; }
a { background-color: rgb(51,76,131); }
div.DivClassName
{
background-color: #334C83;
}
.BgClassName
{
background-color: #334C83;
}
</style>
border-color css
<style>
span { border-color: #334C83; }
span { border-color: rgb(51,76,131); }
td.TdClassName
{
border-color: #334C83;
}
.TagClassName
{
border-color: #334C83;
}
</style>