Shades of Free Speech Blue #3C36DA
Tints of Free Speech Blue #3C36DA
RGB
CMYK
RGB Variations
Color information
#3C36DA (or 0x3C36DA) is known color: Free Speech Blue. HEX triplet: 3C, 36 and DA. RGB value is (60,54,218). Sum of RGB (Red+Green+Blue) = 60+54+218=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C36DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C36DA is #C3C925. Grayscale: #494949. Windows color (decimal): -12831014 or 14300732. OLE color: 14300732.
HSL color Cylindrical-coordinate representation of color #3C36DA: hue angle of 242.2º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C36DA is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 54 | 218 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.15 |
| HSL | 242.2º | 0.69% | 0.53% | - |
| HSV(B) | 242.2º | 0.75% | 0.85% | - |
| XYZ | 15.84 | 8.66 | 67.17 | - |
| YUV | 74.49 | 208.99 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 218 | 0.72 | 0.75 | 0 | 0.15 | 242.2 | 0.69 | 0.53 |
| Hex | 3C | 36 | DA | 48 | 4B | 0 | F | F2 | 45 | 35 |
| Octal | 74 | 66 | 332 | 110 | 113 | 0 | 17 | 362 | 105 | 65 |
| Binary | 111100 | 110110 | 11011010 | 1001000 | 1001011 | 0 | 1111 | 11110010 | 1000101 | 110101 |
Color Harmonies of #3C36DA
Complementary color
Monochromatic Colors of #3C36DA
Black with #3C36DA
Text Example
Text Example
White with #3C36DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C36DA; }
p { color: rgb(60,54,218); }
H1.HeaderClassName
{
color: #3C36DA;
}
.AnyTagClassName
{
color: #3C36DA;
}
</style>
background-color css
<style>
a { background-color: #3C36DA; }
a { background-color: rgb(60,54,218); }
div.DivClassName
{
background-color: #3C36DA;
}
.BgClassName
{
background-color: #3C36DA;
}
</style>
border-color css
<style>
span { border-color: #3C36DA; }
span { border-color: rgb(60,54,218); }
td.TdClassName
{
border-color: #3C36DA;
}
.TagClassName
{
border-color: #3C36DA;
}
</style>