Shades of Free Speech Blue #3C44CC
Tints of Free Speech Blue #3C44CC
RGB
CMYK
RGB Variations
Color information
#3C44CC (or 0x3C44CC) is known color: Free Speech Blue. HEX triplet: 3C, 44 and CC. RGB value is (60,68,204). Sum of RGB (Red+Green+Blue) = 60+68+204=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C44CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C44CC is #C3BB33. Grayscale: #505050. Windows color (decimal): -12827444 or 13386812. OLE color: 13386812.
HSL color Cylindrical-coordinate representation of color #3C44CC: hue angle of 236.67º 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 #3C44CC is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 68 | 204 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.2 |
| HSL | 236.67º | 0.59% | 0.52% | - |
| HSV(B) | 236.67º | 0.71% | 0.8% | - |
| XYZ | 14.83 | 9.45 | 58.17 | - |
| YUV | 81.11 | 197.35 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 204 | 0.71 | 0.67 | 0 | 0.2 | 236.67 | 0.59 | 0.52 |
| Hex | 3C | 44 | CC | 47 | 43 | 0 | 14 | ED | 3B | 34 |
| Octal | 74 | 104 | 314 | 107 | 103 | 0 | 24 | 355 | 73 | 64 |
| Binary | 111100 | 1000100 | 11001100 | 1000111 | 1000011 | 0 | 10100 | 11101101 | 111011 | 110100 |
Color Harmonies of #3C44CC
Complementary color
Monochromatic Colors of #3C44CC
Black with #3C44CC
Text Example
Text Example
White with #3C44CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C44CC; }
p { color: rgb(60,68,204); }
H1.HeaderClassName
{
color: #3C44CC;
}
.AnyTagClassName
{
color: #3C44CC;
}
</style>
background-color css
<style>
a { background-color: #3C44CC; }
a { background-color: rgb(60,68,204); }
div.DivClassName
{
background-color: #3C44CC;
}
.BgClassName
{
background-color: #3C44CC;
}
</style>
border-color css
<style>
span { border-color: #3C44CC; }
span { border-color: rgb(60,68,204); }
td.TdClassName
{
border-color: #3C44CC;
}
.TagClassName
{
border-color: #3C44CC;
}
</style>