Shades of Free Speech Blue #3660CE
Tints of Free Speech Blue #3660CE
RGB
CMYK
RGB Variations
Color information
#3660CE (or 0x3660CE) is known color: Free Speech Blue. HEX triplet: 36, 60 and CE. RGB value is (54,96,206). Sum of RGB (Red+Green+Blue) = 54+96+206=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #3660CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3660CE is #C99F31. Grayscale: #5F5F5F. Windows color (decimal): -13213490 or 13525046. OLE color: 13525046.
HSL color Cylindrical-coordinate representation of color #3660CE: hue angle of 223.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3660CE is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 96 | 206 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.19 |
| HSL | 223.42º | 0.61% | 0.51% | - |
| HSV(B) | 223.42º | 0.74% | 0.81% | - |
| XYZ | 16.84 | 13.61 | 60.13 | - |
| YUV | 95.98 | 190.09 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 96 | 206 | 0.74 | 0.53 | 0 | 0.19 | 223.42 | 0.61 | 0.51 |
| Hex | 36 | 60 | CE | 4A | 35 | 0 | 13 | DF | 3D | 33 |
| Octal | 66 | 140 | 316 | 112 | 65 | 0 | 23 | 337 | 75 | 63 |
| Binary | 110110 | 1100000 | 11001110 | 1001010 | 110101 | 0 | 10011 | 11011111 | 111101 | 110011 |
Color Harmonies of #3660CE
Complementary color
Monochromatic Colors of #3660CE
Black with #3660CE
Text Example
Text Example
White with #3660CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3660CE; }
p { color: rgb(54,96,206); }
H1.HeaderClassName
{
color: #3660CE;
}
.AnyTagClassName
{
color: #3660CE;
}
</style>
background-color css
<style>
a { background-color: #3660CE; }
a { background-color: rgb(54,96,206); }
div.DivClassName
{
background-color: #3660CE;
}
.BgClassName
{
background-color: #3660CE;
}
</style>
border-color css
<style>
span { border-color: #3660CE; }
span { border-color: rgb(54,96,206); }
td.TdClassName
{
border-color: #3660CE;
}
.TagClassName
{
border-color: #3660CE;
}
</style>