Shades of Free Speech Blue #3C43AE
Tints of Free Speech Blue #3C43AE
RGB
CMYK
RGB Variations
Color information
#3C43AE (or 0x3C43AE) is known color: Free Speech Blue. HEX triplet: 3C, 43 and AE. RGB value is (60,67,174). Sum of RGB (Red+Green+Blue) = 60+67+174=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C43AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C43AE is #C3BC51. Grayscale: #4C4C4C. Windows color (decimal): -12827730 or 11420476. OLE color: 11420476.
HSL color Cylindrical-coordinate representation of color #3C43AE: hue angle of 236.32º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C43AE is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 67 | 174 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.32 |
| HSL | 236.32º | 0.49% | 0.46% | - |
| HSV(B) | 236.32º | 0.66% | 0.68% | - |
| XYZ | 11.51 | 8.03 | 40.99 | - |
| YUV | 77.11 | 182.68 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 174 | 0.66 | 0.61 | 0 | 0.32 | 236.32 | 0.49 | 0.46 |
| Hex | 3C | 43 | AE | 42 | 3D | 0 | 20 | EC | 31 | 2E |
| Octal | 74 | 103 | 256 | 102 | 75 | 0 | 40 | 354 | 61 | 56 |
| Binary | 111100 | 1000011 | 10101110 | 1000010 | 111101 | 0 | 100000 | 11101100 | 110001 | 101110 |
Color Harmonies of #3C43AE
Complementary color
Monochromatic Colors of #3C43AE
Black with #3C43AE
Text Example
Text Example
White with #3C43AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C43AE; }
p { color: rgb(60,67,174); }
H1.HeaderClassName
{
color: #3C43AE;
}
.AnyTagClassName
{
color: #3C43AE;
}
</style>
background-color css
<style>
a { background-color: #3C43AE; }
a { background-color: rgb(60,67,174); }
div.DivClassName
{
background-color: #3C43AE;
}
.BgClassName
{
background-color: #3C43AE;
}
</style>
border-color css
<style>
span { border-color: #3C43AE; }
span { border-color: rgb(60,67,174); }
td.TdClassName
{
border-color: #3C43AE;
}
.TagClassName
{
border-color: #3C43AE;
}
</style>