Shades of Free Speech Blue #3C38CE
Tints of Free Speech Blue #3C38CE
RGB
CMYK
RGB Variations
Color information
#3C38CE (or 0x3C38CE) is known color: Free Speech Blue. HEX triplet: 3C, 38 and CE. RGB value is (60,56,206). Sum of RGB (Red+Green+Blue) = 60+56+206=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C38CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C38CE is #C3C731. Grayscale: #494949. Windows color (decimal): -12830514 or 13514812. OLE color: 13514812.
HSL color Cylindrical-coordinate representation of color #3C38CE: hue angle of 241.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C38CE is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 56 | 206 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.19 |
| HSL | 241.6º | 0.6% | 0.51% | - |
| HSV(B) | 241.6º | 0.73% | 0.81% | - |
| XYZ | 14.42 | 8.25 | 59.22 | - |
| YUV | 74.3 | 202.33 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 206 | 0.71 | 0.73 | 0 | 0.19 | 241.6 | 0.6 | 0.51 |
| Hex | 3C | 38 | CE | 47 | 49 | 0 | 13 | F2 | 3C | 33 |
| Octal | 74 | 70 | 316 | 107 | 111 | 0 | 23 | 362 | 74 | 63 |
| Binary | 111100 | 111000 | 11001110 | 1000111 | 1001001 | 0 | 10011 | 11110010 | 111100 | 110011 |
Color Harmonies of #3C38CE
Complementary color
Monochromatic Colors of #3C38CE
Black with #3C38CE
Text Example
Text Example
White with #3C38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C38CE; }
p { color: rgb(60,56,206); }
H1.HeaderClassName
{
color: #3C38CE;
}
.AnyTagClassName
{
color: #3C38CE;
}
</style>
background-color css
<style>
a { background-color: #3C38CE; }
a { background-color: rgb(60,56,206); }
div.DivClassName
{
background-color: #3C38CE;
}
.BgClassName
{
background-color: #3C38CE;
}
</style>
border-color css
<style>
span { border-color: #3C38CE; }
span { border-color: rgb(60,56,206); }
td.TdClassName
{
border-color: #3C38CE;
}
.TagClassName
{
border-color: #3C38CE;
}
</style>