Shades of Free Speech Blue #3C4FB6
Tints of Free Speech Blue #3C4FB6
RGB
CMYK
RGB Variations
Color information
#3C4FB6 (or 0x3C4FB6) is known color: Free Speech Blue. HEX triplet: 3C, 4F and B6. RGB value is (60,79,182). Sum of RGB (Red+Green+Blue) = 60+79+182=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C4FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4FB6 is #C3B049. Grayscale: #545454. Windows color (decimal): -12824650 or 11947836. OLE color: 11947836.
HSL color Cylindrical-coordinate representation of color #3C4FB6: hue angle of 230.66º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C4FB6 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 79 | 182 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.29 |
| HSL | 230.66º | 0.5% | 0.47% | - |
| HSV(B) | 230.66º | 0.67% | 0.71% | - |
| XYZ | 13.1 | 9.93 | 45.48 | - |
| YUV | 85.06 | 182.71 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 182 | 0.67 | 0.57 | 0 | 0.29 | 230.66 | 0.5 | 0.47 |
| Hex | 3C | 4F | B6 | 43 | 39 | 0 | 1D | E7 | 32 | 2F |
| Octal | 74 | 117 | 266 | 103 | 71 | 0 | 35 | 347 | 62 | 57 |
| Binary | 111100 | 1001111 | 10110110 | 1000011 | 111001 | 0 | 11101 | 11100111 | 110010 | 101111 |
Color Harmonies of #3C4FB6
Complementary color
Monochromatic Colors of #3C4FB6
Black with #3C4FB6
Text Example
Text Example
White with #3C4FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4FB6; }
p { color: rgb(60,79,182); }
H1.HeaderClassName
{
color: #3C4FB6;
}
.AnyTagClassName
{
color: #3C4FB6;
}
</style>
background-color css
<style>
a { background-color: #3C4FB6; }
a { background-color: rgb(60,79,182); }
div.DivClassName
{
background-color: #3C4FB6;
}
.BgClassName
{
background-color: #3C4FB6;
}
</style>
border-color css
<style>
span { border-color: #3C4FB6; }
span { border-color: rgb(60,79,182); }
td.TdClassName
{
border-color: #3C4FB6;
}
.TagClassName
{
border-color: #3C4FB6;
}
</style>