Shades of Free Speech Blue #334BCE
Tints of Free Speech Blue #334BCE
RGB
CMYK
RGB Variations
Color information
#334BCE (or 0x334BCE) is known color: Free Speech Blue. HEX triplet: 33, 4B and CE. RGB value is (51,75,206). Sum of RGB (Red+Green+Blue) = 51+75+206=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #334BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BCE is #CCB431. Grayscale: #525252. Windows color (decimal): -13415474 or 13519667. OLE color: 13519667.
HSL color Cylindrical-coordinate representation of color #334BCE: hue angle of 230.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334BCE is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 75 | 206 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.19 |
| HSL | 230.71º | 0.61% | 0.5% | - |
| HSV(B) | 230.71º | 0.75% | 0.81% | - |
| XYZ | 15.02 | 10.19 | 59.57 | - |
| YUV | 82.76 | 197.55 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 206 | 0.75 | 0.64 | 0 | 0.19 | 230.71 | 0.61 | 0.5 |
| Hex | 33 | 4B | CE | 4B | 40 | 0 | 13 | E7 | 3D | 32 |
| Octal | 63 | 113 | 316 | 113 | 100 | 0 | 23 | 347 | 75 | 62 |
| Binary | 110011 | 1001011 | 11001110 | 1001011 | 1000000 | 0 | 10011 | 11100111 | 111101 | 110010 |
Color Harmonies of #334BCE
Complementary color
Monochromatic Colors of #334BCE
Black with #334BCE
Text Example
Text Example
White with #334BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334BCE; }
p { color: rgb(51,75,206); }
H1.HeaderClassName
{
color: #334BCE;
}
.AnyTagClassName
{
color: #334BCE;
}
</style>
background-color css
<style>
a { background-color: #334BCE; }
a { background-color: rgb(51,75,206); }
div.DivClassName
{
background-color: #334BCE;
}
.BgClassName
{
background-color: #334BCE;
}
</style>
border-color css
<style>
span { border-color: #334BCE; }
span { border-color: rgb(51,75,206); }
td.TdClassName
{
border-color: #334BCE;
}
.TagClassName
{
border-color: #334BCE;
}
</style>