Shades of Free Speech Blue #334BD1
Tints of Free Speech Blue #334BD1
RGB
CMYK
RGB Variations
Color information
#334BD1 (or 0x334BD1) is known color: Free Speech Blue. HEX triplet: 33, 4B and D1. RGB value is (51,75,209). Sum of RGB (Red+Green+Blue) = 51+75+209=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 209 (82.03% from 255 or 62.39% from 335); Max value from RGB is 209 - color contains mainly: blue. Hex color #334BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BD1 is #CCB42E. Grayscale: #525252. Windows color (decimal): -13415471 or 13716275. OLE color: 13716275.
HSL color Cylindrical-coordinate representation of color #334BD1: hue angle of 230.89º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334BD1 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 75 | 209 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.18 |
| HSL | 230.89º | 0.63% | 0.51% | - |
| HSV(B) | 230.89º | 0.76% | 0.82% | - |
| XYZ | 15.39 | 10.34 | 61.51 | - |
| YUV | 83.1 | 199.05 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 209 | 0.76 | 0.64 | 0 | 0.18 | 230.89 | 0.63 | 0.51 |
| Hex | 33 | 4B | D1 | 4C | 40 | 0 | 12 | E7 | 3F | 33 |
| Octal | 63 | 113 | 321 | 114 | 100 | 0 | 22 | 347 | 77 | 63 |
| Binary | 110011 | 1001011 | 11010001 | 1001100 | 1000000 | 0 | 10010 | 11100111 | 111111 | 110011 |
Color Harmonies of #334BD1
Complementary color
Monochromatic Colors of #334BD1
Black with #334BD1
Text Example
Text Example
White with #334BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334BD1; }
p { color: rgb(51,75,209); }
H1.HeaderClassName
{
color: #334BD1;
}
.AnyTagClassName
{
color: #334BD1;
}
</style>
background-color css
<style>
a { background-color: #334BD1; }
a { background-color: rgb(51,75,209); }
div.DivClassName
{
background-color: #334BD1;
}
.BgClassName
{
background-color: #334BD1;
}
</style>
border-color css
<style>
span { border-color: #334BD1; }
span { border-color: rgb(51,75,209); }
td.TdClassName
{
border-color: #334BD1;
}
.TagClassName
{
border-color: #334BD1;
}
</style>