Shades of Free Speech Blue #3C66CB
Tints of Free Speech Blue #3C66CB
RGB
CMYK
RGB Variations
Color information
#3C66CB (or 0x3C66CB) is known color: Free Speech Blue. HEX triplet: 3C, 66 and CB. RGB value is (60,102,203). Sum of RGB (Red+Green+Blue) = 60+102+203=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C66CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C66CB is #C39934. Grayscale: #646464. Windows color (decimal): -12818741 or 13329980. OLE color: 13329980.
HSL color Cylindrical-coordinate representation of color #3C66CB: hue angle of 222.38º 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 #3C66CB is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 102 | 203 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.20 |
| HSL | 222.38º | 0.58% | 0.52% | - |
| HSV(B) | 222.38º | 0.7% | 0.8% | - |
| XYZ | 17.39 | 14.78 | 58.44 | - |
| YUV | 100.96 | 185.59 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 203 | 0.70 | 0.50 | 0 | 0.20 | 222.38 | 0.58 | 0.52 |
| Hex | 3C | 66 | CB | 46 | 32 | 0 | 14 | DE | 3A | 34 |
| Octal | 74 | 146 | 313 | 106 | 62 | 0 | 24 | 336 | 72 | 64 |
| Binary | 111100 | 1100110 | 11001011 | 1000110 | 110010 | 0 | 10100 | 11011110 | 111010 | 110100 |
Color Harmonies of #3C66CB
Complementary color
Monochromatic Colors of #3C66CB
Black with #3C66CB
Text Example
Text Example
White with #3C66CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C66CB; }
p { color: rgb(60,102,203); }
H1.HeaderClassName
{
color: #3C66CB;
}
.AnyTagClassName
{
color: #3C66CB;
}
</style>
background-color css
<style>
a { background-color: #3C66CB; }
a { background-color: rgb(60,102,203); }
div.DivClassName
{
background-color: #3C66CB;
}
.BgClassName
{
background-color: #3C66CB;
}
</style>
border-color css
<style>
span { border-color: #3C66CB; }
span { border-color: rgb(60,102,203); }
td.TdClassName
{
border-color: #3C66CB;
}
.TagClassName
{
border-color: #3C66CB;
}
</style>