Shades of Free Speech Blue #3C64CB
Tints of Free Speech Blue #3C64CB
RGB
CMYK
RGB Variations
Color information
#3C64CB (or 0x3C64CB) is known color: Free Speech Blue. HEX triplet: 3C, 64 and CB. RGB value is (60,100,203). Sum of RGB (Red+Green+Blue) = 60+100+203=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C64CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C64CB is #C39B34. Grayscale: #636363. Windows color (decimal): -12819253 or 13329468. OLE color: 13329468.
HSL color Cylindrical-coordinate representation of color #3C64CB: hue angle of 223.22º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C64CB is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 100 | 203 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.20 |
| HSL | 223.22º | 0.58% | 0.52% | - |
| HSV(B) | 223.22º | 0.7% | 0.8% | - |
| XYZ | 17.2 | 14.39 | 58.37 | - |
| YUV | 99.78 | 186.25 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 203 | 0.70 | 0.51 | 0 | 0.20 | 223.22 | 0.58 | 0.52 |
| Hex | 3C | 64 | CB | 46 | 33 | 0 | 14 | DF | 3A | 34 |
| Octal | 74 | 144 | 313 | 106 | 63 | 0 | 24 | 337 | 72 | 64 |
| Binary | 111100 | 1100100 | 11001011 | 1000110 | 110011 | 0 | 10100 | 11011111 | 111010 | 110100 |
Color Harmonies of #3C64CB
Complementary color
Monochromatic Colors of #3C64CB
Black with #3C64CB
Text Example
Text Example
White with #3C64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C64CB; }
p { color: rgb(60,100,203); }
H1.HeaderClassName
{
color: #3C64CB;
}
.AnyTagClassName
{
color: #3C64CB;
}
</style>
background-color css
<style>
a { background-color: #3C64CB; }
a { background-color: rgb(60,100,203); }
div.DivClassName
{
background-color: #3C64CB;
}
.BgClassName
{
background-color: #3C64CB;
}
</style>
border-color css
<style>
span { border-color: #3C64CB; }
span { border-color: rgb(60,100,203); }
td.TdClassName
{
border-color: #3C64CB;
}
.TagClassName
{
border-color: #3C64CB;
}
</style>