Shades of Free Speech Blue #3C5DB3
Tints of Free Speech Blue #3C5DB3
RGB
CMYK
RGB Variations
Color information
#3C5DB3 (or 0x3C5DB3) is known color: Free Speech Blue. HEX triplet: 3C, 5D and B3. RGB value is (60,93,179). Sum of RGB (Red+Green+Blue) = 60+93+179=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 179 (70.31% from 255 or 53.92% from 332); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C5DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5DB3 is #C3A24C. Grayscale: #5C5C5C. Windows color (decimal): -12821069 or 11754812. OLE color: 11754812.
HSL color Cylindrical-coordinate representation of color #3C5DB3: hue angle of 223.36º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C5DB3 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 93 | 179 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.30 |
| HSL | 223.36º | 0.5% | 0.47% | - |
| HSV(B) | 223.36º | 0.66% | 0.7% | - |
| XYZ | 13.91 | 12.04 | 44.24 | - |
| YUV | 92.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 93 | 179 | 0.66 | 0.48 | 0 | 0.30 | 223.36 | 0.5 | 0.47 |
| Hex | 3C | 5D | B3 | 42 | 30 | 0 | 1E | DF | 32 | 2F |
| Octal | 74 | 135 | 263 | 102 | 60 | 0 | 36 | 337 | 62 | 57 |
| Binary | 111100 | 1011101 | 10110011 | 1000010 | 110000 | 0 | 11110 | 11011111 | 110010 | 101111 |
Color Harmonies of #3C5DB3
Complementary color
Monochromatic Colors of #3C5DB3
Black with #3C5DB3
Text Example
Text Example
White with #3C5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5DB3; }
p { color: rgb(60,93,179); }
H1.HeaderClassName
{
color: #3C5DB3;
}
.AnyTagClassName
{
color: #3C5DB3;
}
</style>
background-color css
<style>
a { background-color: #3C5DB3; }
a { background-color: rgb(60,93,179); }
div.DivClassName
{
background-color: #3C5DB3;
}
.BgClassName
{
background-color: #3C5DB3;
}
</style>
border-color css
<style>
span { border-color: #3C5DB3; }
span { border-color: rgb(60,93,179); }
td.TdClassName
{
border-color: #3C5DB3;
}
.TagClassName
{
border-color: #3C5DB3;
}
</style>