Shades of Free Speech Blue #3C62CB
Tints of Free Speech Blue #3C62CB
RGB
CMYK
RGB Variations
Color information
#3C62CB (or 0x3C62CB) is known color: Free Speech Blue. HEX triplet: 3C, 62 and CB. RGB value is (60,98,203). Sum of RGB (Red+Green+Blue) = 60+98+203=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C62CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C62CB is #C39D34. Grayscale: #626262. Windows color (decimal): -12819765 or 13328956. OLE color: 13328956.
HSL color Cylindrical-coordinate representation of color #3C62CB: hue angle of 224.06º 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 #3C62CB is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 98 | 203 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.20 |
| HSL | 224.06º | 0.58% | 0.52% | - |
| HSV(B) | 224.06º | 0.7% | 0.8% | - |
| XYZ | 17.01 | 14.01 | 58.31 | - |
| YUV | 98.61 | 186.91 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 203 | 0.70 | 0.52 | 0 | 0.20 | 224.06 | 0.58 | 0.52 |
| Hex | 3C | 62 | CB | 46 | 34 | 0 | 14 | E0 | 3A | 34 |
| Octal | 74 | 142 | 313 | 106 | 64 | 0 | 24 | 340 | 72 | 64 |
| Binary | 111100 | 1100010 | 11001011 | 1000110 | 110100 | 0 | 10100 | 11100000 | 111010 | 110100 |
Color Harmonies of #3C62CB
Complementary color
Monochromatic Colors of #3C62CB
Black with #3C62CB
Text Example
Text Example
White with #3C62CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C62CB; }
p { color: rgb(60,98,203); }
H1.HeaderClassName
{
color: #3C62CB;
}
.AnyTagClassName
{
color: #3C62CB;
}
</style>
background-color css
<style>
a { background-color: #3C62CB; }
a { background-color: rgb(60,98,203); }
div.DivClassName
{
background-color: #3C62CB;
}
.BgClassName
{
background-color: #3C62CB;
}
</style>
border-color css
<style>
span { border-color: #3C62CB; }
span { border-color: rgb(60,98,203); }
td.TdClassName
{
border-color: #3C62CB;
}
.TagClassName
{
border-color: #3C62CB;
}
</style>