Shades of Free Speech Blue #334DD5
Tints of Free Speech Blue #334DD5
RGB
CMYK
RGB Variations
Color information
#334DD5 (or 0x334DD5) is known color: Free Speech Blue. HEX triplet: 33, 4D and D5. RGB value is (51,77,213). Sum of RGB (Red+Green+Blue) = 51+77+213=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 213 (83.59% from 255 or 62.46% from 341); Max value from RGB is 213 - color contains mainly: blue. Hex color #334DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DD5 is #CCB22A. Grayscale: #545454. Windows color (decimal): -13414955 or 13978931. OLE color: 13978931.
HSL color Cylindrical-coordinate representation of color #334DD5: hue angle of 230.37º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334DD5 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 77 | 213 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.16 |
| HSL | 230.37º | 0.66% | 0.52% | - |
| HSV(B) | 230.37º | 0.76% | 0.84% | - |
| XYZ | 16.03 | 10.82 | 64.19 | - |
| YUV | 84.73 | 200.39 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 213 | 0.76 | 0.64 | 0 | 0.16 | 230.37 | 0.66 | 0.52 |
| Hex | 33 | 4D | D5 | 4C | 40 | 0 | 10 | E6 | 42 | 34 |
| Octal | 63 | 115 | 325 | 114 | 100 | 0 | 20 | 346 | 102 | 64 |
| Binary | 110011 | 1001101 | 11010101 | 1001100 | 1000000 | 0 | 10000 | 11100110 | 1000010 | 110100 |
Color Harmonies of #334DD5
Complementary color
Monochromatic Colors of #334DD5
Black with #334DD5
Text Example
Text Example
White with #334DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334DD5; }
p { color: rgb(51,77,213); }
H1.HeaderClassName
{
color: #334DD5;
}
.AnyTagClassName
{
color: #334DD5;
}
</style>
background-color css
<style>
a { background-color: #334DD5; }
a { background-color: rgb(51,77,213); }
div.DivClassName
{
background-color: #334DD5;
}
.BgClassName
{
background-color: #334DD5;
}
</style>
border-color css
<style>
span { border-color: #334DD5; }
span { border-color: rgb(51,77,213); }
td.TdClassName
{
border-color: #334DD5;
}
.TagClassName
{
border-color: #334DD5;
}
</style>