Shades of Free Speech Blue #3C34CC
Tints of Free Speech Blue #3C34CC
RGB
CMYK
RGB Variations
Color information
#3C34CC (or 0x3C34CC) is known color: Free Speech Blue. HEX triplet: 3C, 34 and CC. RGB value is (60,52,204). Sum of RGB (Red+Green+Blue) = 60+52+204=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C34CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C34CC is #C3CB33. Grayscale: #474747. Windows color (decimal): -12831540 or 13382716. OLE color: 13382716.
HSL color Cylindrical-coordinate representation of color #3C34CC: hue angle of 243.16º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C34CC is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 52 | 204 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.2 |
| HSL | 243.16º | 0.6% | 0.5% | - |
| HSV(B) | 243.16º | 0.75% | 0.8% | - |
| XYZ | 13.99 | 7.78 | 57.89 | - |
| YUV | 71.72 | 202.65 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 204 | 0.71 | 0.75 | 0 | 0.2 | 243.16 | 0.6 | 0.5 |
| Hex | 3C | 34 | CC | 47 | 4B | 0 | 14 | F3 | 3C | 32 |
| Octal | 74 | 64 | 314 | 107 | 113 | 0 | 24 | 363 | 74 | 62 |
| Binary | 111100 | 110100 | 11001100 | 1000111 | 1001011 | 0 | 10100 | 11110011 | 111100 | 110010 |
Color Harmonies of #3C34CC
Complementary color
Monochromatic Colors of #3C34CC
Black with #3C34CC
Text Example
Text Example
White with #3C34CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C34CC; }
p { color: rgb(60,52,204); }
H1.HeaderClassName
{
color: #3C34CC;
}
.AnyTagClassName
{
color: #3C34CC;
}
</style>
background-color css
<style>
a { background-color: #3C34CC; }
a { background-color: rgb(60,52,204); }
div.DivClassName
{
background-color: #3C34CC;
}
.BgClassName
{
background-color: #3C34CC;
}
</style>
border-color css
<style>
span { border-color: #3C34CC; }
span { border-color: rgb(60,52,204); }
td.TdClassName
{
border-color: #3C34CC;
}
.TagClassName
{
border-color: #3C34CC;
}
</style>