Shades of Free Speech Blue #3C4FDA
Tints of Free Speech Blue #3C4FDA
RGB
CMYK
RGB Variations
Color information
#3C4FDA (or 0x3C4FDA) is known color: Free Speech Blue. HEX triplet: 3C, 4F and DA. RGB value is (60,79,218). Sum of RGB (Red+Green+Blue) = 60+79+218=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C4FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4FDA is #C3B025. Grayscale: #585858. Windows color (decimal): -12824614 or 14307132. OLE color: 14307132.
HSL color Cylindrical-coordinate representation of color #3C4FDA: hue angle of 232.78º 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 #3C4FDA is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 79 | 218 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.15 |
| HSL | 232.78º | 0.68% | 0.55% | - |
| HSV(B) | 232.78º | 0.72% | 0.85% | - |
| XYZ | 17.31 | 11.61 | 67.66 | - |
| YUV | 89.17 | 200.71 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 218 | 0.72 | 0.64 | 0 | 0.15 | 232.78 | 0.68 | 0.55 |
| Hex | 3C | 4F | DA | 48 | 40 | 0 | F | E9 | 44 | 37 |
| Octal | 74 | 117 | 332 | 110 | 100 | 0 | 17 | 351 | 104 | 67 |
| Binary | 111100 | 1001111 | 11011010 | 1001000 | 1000000 | 0 | 1111 | 11101001 | 1000100 | 110111 |
Color Harmonies of #3C4FDA
Complementary color
Monochromatic Colors of #3C4FDA
Black with #3C4FDA
Text Example
Text Example
White with #3C4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4FDA; }
p { color: rgb(60,79,218); }
H1.HeaderClassName
{
color: #3C4FDA;
}
.AnyTagClassName
{
color: #3C4FDA;
}
</style>
background-color css
<style>
a { background-color: #3C4FDA; }
a { background-color: rgb(60,79,218); }
div.DivClassName
{
background-color: #3C4FDA;
}
.BgClassName
{
background-color: #3C4FDA;
}
</style>
border-color css
<style>
span { border-color: #3C4FDA; }
span { border-color: rgb(60,79,218); }
td.TdClassName
{
border-color: #3C4FDA;
}
.TagClassName
{
border-color: #3C4FDA;
}
</style>