Shades of Free Speech Blue #3C38C9
Tints of Free Speech Blue #3C38C9
RGB
CMYK
RGB Variations
Color information
#3C38C9 (or 0x3C38C9) is known color: Free Speech Blue. HEX triplet: 3C, 38 and C9. RGB value is (60,56,201). Sum of RGB (Red+Green+Blue) = 60+56+201=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 201 (78.91% from 255 or 63.41% from 317); Max value from RGB is 201 - color contains mainly: blue. Hex color #3C38C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C38C9 is #C3C736. Grayscale: #494949. Windows color (decimal): -12830519 or 13187132. OLE color: 13187132.
HSL color Cylindrical-coordinate representation of color #3C38C9: hue angle of 241.66º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C38C9 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 56 | 201 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.21 |
| HSL | 241.66º | 0.57% | 0.5% | - |
| HSV(B) | 241.66º | 0.72% | 0.79% | - |
| XYZ | 13.82 | 8.01 | 56.08 | - |
| YUV | 73.73 | 199.83 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 201 | 0.70 | 0.72 | 0 | 0.21 | 241.66 | 0.57 | 0.5 |
| Hex | 3C | 38 | C9 | 46 | 48 | 0 | 15 | F2 | 39 | 32 |
| Octal | 74 | 70 | 311 | 106 | 110 | 0 | 25 | 362 | 71 | 62 |
| Binary | 111100 | 111000 | 11001001 | 1000110 | 1001000 | 0 | 10101 | 11110010 | 111001 | 110010 |
Color Harmonies of #3C38C9
Complementary color
Monochromatic Colors of #3C38C9
Black with #3C38C9
Text Example
Text Example
White with #3C38C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C38C9; }
p { color: rgb(60,56,201); }
H1.HeaderClassName
{
color: #3C38C9;
}
.AnyTagClassName
{
color: #3C38C9;
}
</style>
background-color css
<style>
a { background-color: #3C38C9; }
a { background-color: rgb(60,56,201); }
div.DivClassName
{
background-color: #3C38C9;
}
.BgClassName
{
background-color: #3C38C9;
}
</style>
border-color css
<style>
span { border-color: #3C38C9; }
span { border-color: rgb(60,56,201); }
td.TdClassName
{
border-color: #3C38C9;
}
.TagClassName
{
border-color: #3C38C9;
}
</style>