Shades of Free Speech Blue #3C52BD
Tints of Free Speech Blue #3C52BD
RGB
CMYK
RGB Variations
Color information
#3C52BD (or 0x3C52BD) is known color: Free Speech Blue. HEX triplet: 3C, 52 and BD. RGB value is (60,82,189). Sum of RGB (Red+Green+Blue) = 60+82+189=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C52BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C52BD is #C3AD42. Grayscale: #575757. Windows color (decimal): -12823875 or 12407356. OLE color: 12407356.
HSL color Cylindrical-coordinate representation of color #3C52BD: hue angle of 229.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C52BD is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 82 | 189 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.26 |
| HSL | 229.77º | 0.52% | 0.49% | - |
| HSV(B) | 229.77º | 0.68% | 0.74% | - |
| XYZ | 14.07 | 10.67 | 49.46 | - |
| YUV | 87.62 | 185.21 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 189 | 0.68 | 0.57 | 0 | 0.26 | 229.77 | 0.52 | 0.49 |
| Hex | 3C | 52 | BD | 44 | 39 | 0 | 1A | E6 | 34 | 31 |
| Octal | 74 | 122 | 275 | 104 | 71 | 0 | 32 | 346 | 64 | 61 |
| Binary | 111100 | 1010010 | 10111101 | 1000100 | 111001 | 0 | 11010 | 11100110 | 110100 | 110001 |
Color Harmonies of #3C52BD
Complementary color
Monochromatic Colors of #3C52BD
Black with #3C52BD
Text Example
Text Example
White with #3C52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C52BD; }
p { color: rgb(60,82,189); }
H1.HeaderClassName
{
color: #3C52BD;
}
.AnyTagClassName
{
color: #3C52BD;
}
</style>
background-color css
<style>
a { background-color: #3C52BD; }
a { background-color: rgb(60,82,189); }
div.DivClassName
{
background-color: #3C52BD;
}
.BgClassName
{
background-color: #3C52BD;
}
</style>
border-color css
<style>
span { border-color: #3C52BD; }
span { border-color: rgb(60,82,189); }
td.TdClassName
{
border-color: #3C52BD;
}
.TagClassName
{
border-color: #3C52BD;
}
</style>