Shades of Free Speech Blue #3348CF
Tints of Free Speech Blue #3348CF
RGB
CMYK
RGB Variations
Color information
#3348CF (or 0x3348CF) is known color: Free Speech Blue. HEX triplet: 33, 48 and CF. RGB value is (51,72,207). Sum of RGB (Red+Green+Blue) = 51+72+207=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #3348CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3348CF is #CCB730. Grayscale: #505050. Windows color (decimal): -13416241 or 13584435. OLE color: 13584435.
HSL color Cylindrical-coordinate representation of color #3348CF: hue angle of 231.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3348CF is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 72 | 207 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.19 |
| HSL | 231.92º | 0.62% | 0.51% | - |
| HSV(B) | 231.92º | 0.75% | 0.81% | - |
| XYZ | 14.95 | 9.84 | 60.14 | - |
| YUV | 81.11 | 199.04 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 207 | 0.75 | 0.65 | 0 | 0.19 | 231.92 | 0.62 | 0.51 |
| Hex | 33 | 48 | CF | 4B | 41 | 0 | 13 | E8 | 3E | 33 |
| Octal | 63 | 110 | 317 | 113 | 101 | 0 | 23 | 350 | 76 | 63 |
| Binary | 110011 | 1001000 | 11001111 | 1001011 | 1000001 | 0 | 10011 | 11101000 | 111110 | 110011 |
Color Harmonies of #3348CF
Complementary color
Monochromatic Colors of #3348CF
Black with #3348CF
Text Example
Text Example
White with #3348CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3348CF; }
p { color: rgb(51,72,207); }
H1.HeaderClassName
{
color: #3348CF;
}
.AnyTagClassName
{
color: #3348CF;
}
</style>
background-color css
<style>
a { background-color: #3348CF; }
a { background-color: rgb(51,72,207); }
div.DivClassName
{
background-color: #3348CF;
}
.BgClassName
{
background-color: #3348CF;
}
</style>
border-color css
<style>
span { border-color: #3348CF; }
span { border-color: rgb(51,72,207); }
td.TdClassName
{
border-color: #3348CF;
}
.TagClassName
{
border-color: #3348CF;
}
</style>