Shades of Free Speech Blue #3C3DCC
Tints of Free Speech Blue #3C3DCC
RGB
CMYK
RGB Variations
Color information
#3C3DCC (or 0x3C3DCC) is known color: Free Speech Blue. HEX triplet: 3C, 3D and CC. RGB value is (60,61,204). Sum of RGB (Red+Green+Blue) = 60+61+204=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C3DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3DCC is #C3C233. Grayscale: #4C4C4C. Windows color (decimal): -12829236 or 13385020. OLE color: 13385020.
HSL color Cylindrical-coordinate representation of color #3C3DCC: hue angle of 239.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C3DCC is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 61 | 204 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.2 |
| HSL | 239.58º | 0.59% | 0.52% | - |
| HSV(B) | 239.58º | 0.71% | 0.8% | - |
| XYZ | 14.43 | 8.66 | 58.04 | - |
| YUV | 77 | 199.67 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 61 | 204 | 0.71 | 0.70 | 0 | 0.2 | 239.58 | 0.59 | 0.52 |
| Hex | 3C | 3D | CC | 47 | 46 | 0 | 14 | F0 | 3B | 34 |
| Octal | 74 | 75 | 314 | 107 | 106 | 0 | 24 | 360 | 73 | 64 |
| Binary | 111100 | 111101 | 11001100 | 1000111 | 1000110 | 0 | 10100 | 11110000 | 111011 | 110100 |
Color Harmonies of #3C3DCC
Complementary color
Monochromatic Colors of #3C3DCC
Black with #3C3DCC
Text Example
Text Example
White with #3C3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3DCC; }
p { color: rgb(60,61,204); }
H1.HeaderClassName
{
color: #3C3DCC;
}
.AnyTagClassName
{
color: #3C3DCC;
}
</style>
background-color css
<style>
a { background-color: #3C3DCC; }
a { background-color: rgb(60,61,204); }
div.DivClassName
{
background-color: #3C3DCC;
}
.BgClassName
{
background-color: #3C3DCC;
}
</style>
border-color css
<style>
span { border-color: #3C3DCC; }
span { border-color: rgb(60,61,204); }
td.TdClassName
{
border-color: #3C3DCC;
}
.TagClassName
{
border-color: #3C3DCC;
}
</style>