Shades of Free Speech Blue #3360CE
Tints of Free Speech Blue #3360CE
RGB
CMYK
RGB Variations
Color information
#3360CE (or 0x3360CE) is known color: Free Speech Blue. HEX triplet: 33, 60 and CE. RGB value is (51,96,206). Sum of RGB (Red+Green+Blue) = 51+96+206=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #3360CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3360CE is #CC9F31. Grayscale: #5E5E5E. Windows color (decimal): -13410098 or 13525043. OLE color: 13525043.
HSL color Cylindrical-coordinate representation of color #3360CE: hue angle of 222.58º 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 #3360CE is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 96 | 206 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.19 |
| HSL | 222.58º | 0.61% | 0.5% | - |
| HSV(B) | 222.58º | 0.75% | 0.81% | - |
| XYZ | 16.69 | 13.53 | 60.12 | - |
| YUV | 95.09 | 190.59 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 206 | 0.75 | 0.53 | 0 | 0.19 | 222.58 | 0.61 | 0.5 |
| Hex | 33 | 60 | CE | 4B | 35 | 0 | 13 | DF | 3D | 32 |
| Octal | 63 | 140 | 316 | 113 | 65 | 0 | 23 | 337 | 75 | 62 |
| Binary | 110011 | 1100000 | 11001110 | 1001011 | 110101 | 0 | 10011 | 11011111 | 111101 | 110010 |
Color Harmonies of #3360CE
Complementary color
Monochromatic Colors of #3360CE
Black with #3360CE
Text Example
Text Example
White with #3360CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3360CE; }
p { color: rgb(51,96,206); }
H1.HeaderClassName
{
color: #3360CE;
}
.AnyTagClassName
{
color: #3360CE;
}
</style>
background-color css
<style>
a { background-color: #3360CE; }
a { background-color: rgb(51,96,206); }
div.DivClassName
{
background-color: #3360CE;
}
.BgClassName
{
background-color: #3360CE;
}
</style>
border-color css
<style>
span { border-color: #3360CE; }
span { border-color: rgb(51,96,206); }
td.TdClassName
{
border-color: #3360CE;
}
.TagClassName
{
border-color: #3360CE;
}
</style>