Shades of Free Speech Blue #3C34CE
Tints of Free Speech Blue #3C34CE
RGB
CMYK
RGB Variations
Color information
#3C34CE (or 0x3C34CE) is known color: Free Speech Blue. HEX triplet: 3C, 34 and CE. RGB value is (60,52,206). Sum of RGB (Red+Green+Blue) = 60+52+206=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C34CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C34CE is #C3CB31. Grayscale: #474747. Windows color (decimal): -12831538 or 13513788. OLE color: 13513788.
HSL color Cylindrical-coordinate representation of color #3C34CE: hue angle of 243.12º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C34CE is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 52 | 206 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.19 |
| HSL | 243.12º | 0.61% | 0.51% | - |
| HSV(B) | 243.12º | 0.75% | 0.81% | - |
| XYZ | 14.23 | 7.87 | 59.16 | - |
| YUV | 71.95 | 203.65 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 206 | 0.71 | 0.75 | 0 | 0.19 | 243.12 | 0.61 | 0.51 |
| Hex | 3C | 34 | CE | 47 | 4B | 0 | 13 | F3 | 3D | 33 |
| Octal | 74 | 64 | 316 | 107 | 113 | 0 | 23 | 363 | 75 | 63 |
| Binary | 111100 | 110100 | 11001110 | 1000111 | 1001011 | 0 | 10011 | 11110011 | 111101 | 110011 |
Color Harmonies of #3C34CE
Complementary color
Monochromatic Colors of #3C34CE
Black with #3C34CE
Text Example
Text Example
White with #3C34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C34CE; }
p { color: rgb(60,52,206); }
H1.HeaderClassName
{
color: #3C34CE;
}
.AnyTagClassName
{
color: #3C34CE;
}
</style>
background-color css
<style>
a { background-color: #3C34CE; }
a { background-color: rgb(60,52,206); }
div.DivClassName
{
background-color: #3C34CE;
}
.BgClassName
{
background-color: #3C34CE;
}
</style>
border-color css
<style>
span { border-color: #3C34CE; }
span { border-color: rgb(60,52,206); }
td.TdClassName
{
border-color: #3C34CE;
}
.TagClassName
{
border-color: #3C34CE;
}
</style>