Shades of Free Speech Blue #3C52DA
Tints of Free Speech Blue #3C52DA
RGB
CMYK
RGB Variations
Color information
#3C52DA (or 0x3C52DA) is known color: Free Speech Blue. HEX triplet: 3C, 52 and DA. RGB value is (60,82,218). Sum of RGB (Red+Green+Blue) = 60+82+218=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C52DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C52DA is #C3AD25. Grayscale: #5A5A5A. Windows color (decimal): -12823846 or 14307900. OLE color: 14307900.
HSL color Cylindrical-coordinate representation of color #3C52DA: hue angle of 231.65º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C52DA is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 82 | 218 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.15 |
| HSL | 231.65º | 0.68% | 0.55% | - |
| HSV(B) | 231.65º | 0.72% | 0.85% | - |
| XYZ | 17.54 | 12.06 | 67.73 | - |
| YUV | 90.93 | 199.71 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 218 | 0.72 | 0.62 | 0 | 0.15 | 231.65 | 0.68 | 0.55 |
| Hex | 3C | 52 | DA | 48 | 3E | 0 | F | E8 | 44 | 37 |
| Octal | 74 | 122 | 332 | 110 | 76 | 0 | 17 | 350 | 104 | 67 |
| Binary | 111100 | 1010010 | 11011010 | 1001000 | 111110 | 0 | 1111 | 11101000 | 1000100 | 110111 |
Color Harmonies of #3C52DA
Complementary color
Monochromatic Colors of #3C52DA
Black with #3C52DA
Text Example
Text Example
White with #3C52DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C52DA; }
p { color: rgb(60,82,218); }
H1.HeaderClassName
{
color: #3C52DA;
}
.AnyTagClassName
{
color: #3C52DA;
}
</style>
background-color css
<style>
a { background-color: #3C52DA; }
a { background-color: rgb(60,82,218); }
div.DivClassName
{
background-color: #3C52DA;
}
.BgClassName
{
background-color: #3C52DA;
}
</style>
border-color css
<style>
span { border-color: #3C52DA; }
span { border-color: rgb(60,82,218); }
td.TdClassName
{
border-color: #3C52DA;
}
.TagClassName
{
border-color: #3C52DA;
}
</style>