Shades of Free Speech Blue #3C38DC
Tints of Free Speech Blue #3C38DC
RGB
CMYK
RGB Variations
Color information
#3C38DC (or 0x3C38DC) is known color: Free Speech Blue. HEX triplet: 3C, 38 and DC. RGB value is (60,56,220). Sum of RGB (Red+Green+Blue) = 60+56+220=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C38DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C38DC is #C3C723. Grayscale: #4B4B4B. Windows color (decimal): -12830500 or 14432316. OLE color: 14432316.
HSL color Cylindrical-coordinate representation of color #3C38DC: hue angle of 241.46º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C38DC is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 56 | 220 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.14 |
| HSL | 241.46º | 0.7% | 0.54% | - |
| HSV(B) | 241.46º | 0.75% | 0.86% | - |
| XYZ | 16.2 | 8.96 | 68.59 | - |
| YUV | 75.89 | 209.33 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 220 | 0.73 | 0.75 | 0 | 0.14 | 241.46 | 0.7 | 0.54 |
| Hex | 3C | 38 | DC | 49 | 4B | 0 | E | F1 | 46 | 36 |
| Octal | 74 | 70 | 334 | 111 | 113 | 0 | 16 | 361 | 106 | 66 |
| Binary | 111100 | 111000 | 11011100 | 1001001 | 1001011 | 0 | 1110 | 11110001 | 1000110 | 110110 |
Color Harmonies of #3C38DC
Complementary color
Monochromatic Colors of #3C38DC
Black with #3C38DC
Text Example
Text Example
White with #3C38DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C38DC; }
p { color: rgb(60,56,220); }
H1.HeaderClassName
{
color: #3C38DC;
}
.AnyTagClassName
{
color: #3C38DC;
}
</style>
background-color css
<style>
a { background-color: #3C38DC; }
a { background-color: rgb(60,56,220); }
div.DivClassName
{
background-color: #3C38DC;
}
.BgClassName
{
background-color: #3C38DC;
}
</style>
border-color css
<style>
span { border-color: #3C38DC; }
span { border-color: rgb(60,56,220); }
td.TdClassName
{
border-color: #3C38DC;
}
.TagClassName
{
border-color: #3C38DC;
}
</style>