Shades of Free Speech Blue #3C55DB
Tints of Free Speech Blue #3C55DB
RGB
CMYK
RGB Variations
Color information
#3C55DB (or 0x3C55DB) is known color: Free Speech Blue. HEX triplet: 3C, 55 and DB. RGB value is (60,85,219). Sum of RGB (Red+Green+Blue) = 60+85+219=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C55DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C55DB is #C3AA24. Grayscale: #5C5C5C. Windows color (decimal): -12823077 or 14374204. OLE color: 14374204.
HSL color Cylindrical-coordinate representation of color #3C55DB: hue angle of 230.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C55DB is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 85 | 219 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.14 |
| HSL | 230.57º | 0.69% | 0.55% | - |
| HSV(B) | 230.57º | 0.73% | 0.86% | - |
| XYZ | 17.9 | 12.57 | 68.5 | - |
| YUV | 92.8 | 199.22 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 219 | 0.73 | 0.61 | 0 | 0.14 | 230.57 | 0.69 | 0.55 |
| Hex | 3C | 55 | DB | 49 | 3D | 0 | E | E7 | 45 | 37 |
| Octal | 74 | 125 | 333 | 111 | 75 | 0 | 16 | 347 | 105 | 67 |
| Binary | 111100 | 1010101 | 11011011 | 1001001 | 111101 | 0 | 1110 | 11100111 | 1000101 | 110111 |
Color Harmonies of #3C55DB
Complementary color
Monochromatic Colors of #3C55DB
Black with #3C55DB
Text Example
Text Example
White with #3C55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C55DB; }
p { color: rgb(60,85,219); }
H1.HeaderClassName
{
color: #3C55DB;
}
.AnyTagClassName
{
color: #3C55DB;
}
</style>
background-color css
<style>
a { background-color: #3C55DB; }
a { background-color: rgb(60,85,219); }
div.DivClassName
{
background-color: #3C55DB;
}
.BgClassName
{
background-color: #3C55DB;
}
</style>
border-color css
<style>
span { border-color: #3C55DB; }
span { border-color: rgb(60,85,219); }
td.TdClassName
{
border-color: #3C55DB;
}
.TagClassName
{
border-color: #3C55DB;
}
</style>