Shades of Free Speech Blue #3C38DD
Tints of Free Speech Blue #3C38DD
RGB
CMYK
RGB Variations
Color information
#3C38DD (or 0x3C38DD) is known color: Free Speech Blue. HEX triplet: 3C, 38 and DD. RGB value is (60,56,221). Sum of RGB (Red+Green+Blue) = 60+56+221=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C38DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C38DD is #C3C722. Grayscale: #4B4B4B. Windows color (decimal): -12830499 or 14497852. OLE color: 14497852.
HSL color Cylindrical-coordinate representation of color #3C38DD: hue angle of 241.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C38DD is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 56 | 221 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.13 |
| HSL | 241.45º | 0.71% | 0.54% | - |
| HSV(B) | 241.45º | 0.75% | 0.87% | - |
| XYZ | 16.33 | 9.01 | 69.29 | - |
| YUV | 76.01 | 209.83 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 221 | 0.73 | 0.75 | 0 | 0.13 | 241.45 | 0.71 | 0.54 |
| Hex | 3C | 38 | DD | 49 | 4B | 0 | D | F1 | 47 | 36 |
| Octal | 74 | 70 | 335 | 111 | 113 | 0 | 15 | 361 | 107 | 66 |
| Binary | 111100 | 111000 | 11011101 | 1001001 | 1001011 | 0 | 1101 | 11110001 | 1000111 | 110110 |
Color Harmonies of #3C38DD
Complementary color
Monochromatic Colors of #3C38DD
Black with #3C38DD
Text Example
Text Example
White with #3C38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C38DD; }
p { color: rgb(60,56,221); }
H1.HeaderClassName
{
color: #3C38DD;
}
.AnyTagClassName
{
color: #3C38DD;
}
</style>
background-color css
<style>
a { background-color: #3C38DD; }
a { background-color: rgb(60,56,221); }
div.DivClassName
{
background-color: #3C38DD;
}
.BgClassName
{
background-color: #3C38DD;
}
</style>
border-color css
<style>
span { border-color: #3C38DD; }
span { border-color: rgb(60,56,221); }
td.TdClassName
{
border-color: #3C38DD;
}
.TagClassName
{
border-color: #3C38DD;
}
</style>