Shades of Free Speech Blue #3C4BCE
Tints of Free Speech Blue #3C4BCE
RGB
CMYK
RGB Variations
Color information
#3C4BCE (or 0x3C4BCE) is known color: Free Speech Blue. HEX triplet: 3C, 4B and CE. RGB value is (60,75,206). Sum of RGB (Red+Green+Blue) = 60+75+206=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C4BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4BCE is #C3B431. Grayscale: #545454. Windows color (decimal): -12825650 or 13519676. OLE color: 13519676.
HSL color Cylindrical-coordinate representation of color #3C4BCE: hue angle of 233.84º 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 #3C4BCE is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 75 | 206 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.19 |
| HSL | 233.84º | 0.6% | 0.52% | - |
| HSV(B) | 233.84º | 0.71% | 0.81% | - |
| XYZ | 15.52 | 10.45 | 59.59 | - |
| YUV | 85.45 | 196.03 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 206 | 0.71 | 0.64 | 0 | 0.19 | 233.84 | 0.6 | 0.52 |
| Hex | 3C | 4B | CE | 47 | 40 | 0 | 13 | EA | 3C | 34 |
| Octal | 74 | 113 | 316 | 107 | 100 | 0 | 23 | 352 | 74 | 64 |
| Binary | 111100 | 1001011 | 11001110 | 1000111 | 1000000 | 0 | 10011 | 11101010 | 111100 | 110100 |
Color Harmonies of #3C4BCE
Complementary color
Monochromatic Colors of #3C4BCE
Black with #3C4BCE
Text Example
Text Example
White with #3C4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4BCE; }
p { color: rgb(60,75,206); }
H1.HeaderClassName
{
color: #3C4BCE;
}
.AnyTagClassName
{
color: #3C4BCE;
}
</style>
background-color css
<style>
a { background-color: #3C4BCE; }
a { background-color: rgb(60,75,206); }
div.DivClassName
{
background-color: #3C4BCE;
}
.BgClassName
{
background-color: #3C4BCE;
}
</style>
border-color css
<style>
span { border-color: #3C4BCE; }
span { border-color: rgb(60,75,206); }
td.TdClassName
{
border-color: #3C4BCE;
}
.TagClassName
{
border-color: #3C4BCE;
}
</style>