Shades of Free Speech Blue #3663CC
Tints of Free Speech Blue #3663CC
RGB
CMYK
RGB Variations
Color information
#3663CC (or 0x3663CC) is known color: Free Speech Blue. HEX triplet: 36, 63 and CC. RGB value is (54,99,204). Sum of RGB (Red+Green+Blue) = 54+99+204=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #3663CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3663CC is #C99C33. Grayscale: #616161. Windows color (decimal): -13212724 or 13394742. OLE color: 13394742.
HSL color Cylindrical-coordinate representation of color #3663CC: hue angle of 222º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3663CC is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 99 | 204 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.2 |
| HSL | 222º | 0.6% | 0.51% | - |
| HSV(B) | 222º | 0.74% | 0.8% | - |
| XYZ | 16.88 | 14.07 | 58.95 | - |
| YUV | 97.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 204 | 0.74 | 0.51 | 0 | 0.2 | 222 | 0.6 | 0.51 |
| Hex | 36 | 63 | CC | 4A | 33 | 0 | 14 | DE | 3C | 33 |
| Octal | 66 | 143 | 314 | 112 | 63 | 0 | 24 | 336 | 74 | 63 |
| Binary | 110110 | 1100011 | 11001100 | 1001010 | 110011 | 0 | 10100 | 11011110 | 111100 | 110011 |
Color Harmonies of #3663CC
Complementary color
Monochromatic Colors of #3663CC
Black with #3663CC
Text Example
Text Example
White with #3663CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3663CC; }
p { color: rgb(54,99,204); }
H1.HeaderClassName
{
color: #3663CC;
}
.AnyTagClassName
{
color: #3663CC;
}
</style>
background-color css
<style>
a { background-color: #3663CC; }
a { background-color: rgb(54,99,204); }
div.DivClassName
{
background-color: #3663CC;
}
.BgClassName
{
background-color: #3663CC;
}
</style>
border-color css
<style>
span { border-color: #3663CC; }
span { border-color: rgb(54,99,204); }
td.TdClassName
{
border-color: #3663CC;
}
.TagClassName
{
border-color: #3663CC;
}
</style>