Shades of Free Speech Blue #3C3ECE
Tints of Free Speech Blue #3C3ECE
RGB
CMYK
RGB Variations
Color information
#3C3ECE (or 0x3C3ECE) is known color: Free Speech Blue. HEX triplet: 3C, 3E and CE. RGB value is (60,62,206). Sum of RGB (Red+Green+Blue) = 60+62+206=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C3ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3ECE is #C3C131. Grayscale: #4D4D4D. Windows color (decimal): -12828978 or 13516348. OLE color: 13516348.
HSL color Cylindrical-coordinate representation of color #3C3ECE: hue angle of 239.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C3ECE is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 60 | 62 | 206 | - |
CMYK | 0.71 | 0.70 | 0 | 0.19 |
HSL | 239.18º | 0.6% | 0.52% | - |
HSV(B) | 239.18º | 0.71% | 0.81% | - |
XYZ | 14.73 | 8.86 | 59.33 | - |
YUV | 77.82 | 200.34 | 115.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 62 | 206 | 0.71 | 0.70 | 0 | 0.19 | 239.18 | 0.6 | 0.52 |
Hex | 3C | 3E | CE | 47 | 46 | 0 | 13 | EF | 3C | 34 |
Octal | 74 | 76 | 316 | 107 | 106 | 0 | 23 | 357 | 74 | 64 |
Binary | 111100 | 111110 | 11001110 | 1000111 | 1000110 | 0 | 10011 | 11101111 | 111100 | 110100 |
Color Harmonies of #3C3ECE
Complementary color
Monochromatic Colors of #3C3ECE
Black with #3C3ECE
Text Example
Text Example
White with #3C3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3ECE; }
p { color: rgb(60,62,206); }
H1.HeaderClassName
{
color: #3C3ECE;
}
.AnyTagClassName
{
color: #3C3ECE;
}
</style>
background-color css
<style>
a { background-color: #3C3ECE; }
a { background-color: rgb(60,62,206); }
div.DivClassName
{
background-color: #3C3ECE;
}
.BgClassName
{
background-color: #3C3ECE;
}
</style>
border-color css
<style>
span { border-color: #3C3ECE; }
span { border-color: rgb(60,62,206); }
td.TdClassName
{
border-color: #3C3ECE;
}
.TagClassName
{
border-color: #3C3ECE;
}
</style>