Shades of Free Speech Blue #333FCE
Tints of Free Speech Blue #333FCE
RGB
CMYK
RGB Variations
Color information
#333FCE (or 0x333FCE) is known color: Free Speech Blue. HEX triplet: 33, 3F and CE. RGB value is (51,63,206). Sum of RGB (Red+Green+Blue) = 51+63+206=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #333FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333FCE is #CCC031. Grayscale: #4B4B4B. Windows color (decimal): -13418546 or 13516595. OLE color: 13516595.
HSL color Cylindrical-coordinate representation of color #333FCE: hue angle of 235.35º 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 #333FCE is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 63 | 206 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.19 |
| HSL | 235.35º | 0.61% | 0.5% | - |
| HSV(B) | 235.35º | 0.75% | 0.81% | - |
| XYZ | 14.28 | 8.72 | 59.32 | - |
| YUV | 75.71 | 201.52 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 206 | 0.75 | 0.69 | 0 | 0.19 | 235.35 | 0.61 | 0.5 |
| Hex | 33 | 3F | CE | 4B | 45 | 0 | 13 | EB | 3D | 32 |
| Octal | 63 | 77 | 316 | 113 | 105 | 0 | 23 | 353 | 75 | 62 |
| Binary | 110011 | 111111 | 11001110 | 1001011 | 1000101 | 0 | 10011 | 11101011 | 111101 | 110010 |
Color Harmonies of #333FCE
Complementary color
Monochromatic Colors of #333FCE
Black with #333FCE
Text Example
Text Example
White with #333FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FCE; }
p { color: rgb(51,63,206); }
H1.HeaderClassName
{
color: #333FCE;
}
.AnyTagClassName
{
color: #333FCE;
}
</style>
background-color css
<style>
a { background-color: #333FCE; }
a { background-color: rgb(51,63,206); }
div.DivClassName
{
background-color: #333FCE;
}
.BgClassName
{
background-color: #333FCE;
}
</style>
border-color css
<style>
span { border-color: #333FCE; }
span { border-color: rgb(51,63,206); }
td.TdClassName
{
border-color: #333FCE;
}
.TagClassName
{
border-color: #333FCE;
}
</style>