Shades of Fun Blue #334D83
Tints of Fun Blue #334D83
RGB
CMYK
RGB Variations
Color information
#334D83 (or 0x334D83) is known color: Fun Blue. HEX triplet: 33, 4D and 83. RGB value is (51,77,131). Sum of RGB (Red+Green+Blue) = 51+77+131=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #334D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D83 is #CCB27C. Grayscale: #4B4B4B. Windows color (decimal): -13415037 or 8604979. OLE color: 8604979.
HSL color Cylindrical-coordinate representation of color #334D83: hue angle of 220.5º 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 #334D83 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 77 | 131 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.49 |
| HSL | 220.5º | 0.44% | 0.36% | - |
| HSV(B) | 220.5º | 0.61% | 0.51% | - |
| XYZ | 8.12 | 7.65 | 22.52 | - |
| YUV | 75.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 131 | 0.61 | 0.41 | 0 | 0.49 | 220.5 | 0.44 | 0.36 |
| Hex | 33 | 4D | 83 | 3D | 29 | 0 | 31 | DC | 2C | 24 |
| Octal | 63 | 115 | 203 | 75 | 51 | 0 | 61 | 334 | 54 | 44 |
| Binary | 110011 | 1001101 | 10000011 | 111101 | 101001 | 0 | 110001 | 11011100 | 101100 | 100100 |
Color Harmonies of #334D83
Complementary color
Monochromatic Colors of #334D83
Black with #334D83
Text Example
Text Example
White with #334D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D83; }
p { color: rgb(51,77,131); }
H1.HeaderClassName
{
color: #334D83;
}
.AnyTagClassName
{
color: #334D83;
}
</style>
background-color css
<style>
a { background-color: #334D83; }
a { background-color: rgb(51,77,131); }
div.DivClassName
{
background-color: #334D83;
}
.BgClassName
{
background-color: #334D83;
}
</style>
border-color css
<style>
span { border-color: #334D83; }
span { border-color: rgb(51,77,131); }
td.TdClassName
{
border-color: #334D83;
}
.TagClassName
{
border-color: #334D83;
}
</style>