Shades of Free Speech Blue #3642CC
Tints of Free Speech Blue #3642CC
RGB
CMYK
RGB Variations
Color information
#3642CC (or 0x3642CC) is known color: Free Speech Blue. HEX triplet: 36, 42 and CC. RGB value is (54,66,204). Sum of RGB (Red+Green+Blue) = 54+66+204=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #3642CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3642CC is #C9BD33. Grayscale: #4D4D4D. Windows color (decimal): -13221172 or 13386294. OLE color: 13386294.
HSL color Cylindrical-coordinate representation of color #3642CC: hue angle of 235.2º 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 #3642CC is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 66 | 204 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.2 |
| HSL | 235.2º | 0.6% | 0.51% | - |
| HSV(B) | 235.2º | 0.74% | 0.8% | - |
| XYZ | 14.37 | 9.04 | 58.11 | - |
| YUV | 78.14 | 199.02 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 204 | 0.74 | 0.68 | 0 | 0.2 | 235.2 | 0.6 | 0.51 |
| Hex | 36 | 42 | CC | 4A | 44 | 0 | 14 | EB | 3C | 33 |
| Octal | 66 | 102 | 314 | 112 | 104 | 0 | 24 | 353 | 74 | 63 |
| Binary | 110110 | 1000010 | 11001100 | 1001010 | 1000100 | 0 | 10100 | 11101011 | 111100 | 110011 |
Color Harmonies of #3642CC
Complementary color
Monochromatic Colors of #3642CC
Black with #3642CC
Text Example
Text Example
White with #3642CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3642CC; }
p { color: rgb(54,66,204); }
H1.HeaderClassName
{
color: #3642CC;
}
.AnyTagClassName
{
color: #3642CC;
}
</style>
background-color css
<style>
a { background-color: #3642CC; }
a { background-color: rgb(54,66,204); }
div.DivClassName
{
background-color: #3642CC;
}
.BgClassName
{
background-color: #3642CC;
}
</style>
border-color css
<style>
span { border-color: #3642CC; }
span { border-color: rgb(54,66,204); }
td.TdClassName
{
border-color: #3642CC;
}
.TagClassName
{
border-color: #3642CC;
}
</style>