Shades of Free Speech Blue #3642CB
Tints of Free Speech Blue #3642CB
RGB
CMYK
RGB Variations
Color information
#3642CB (or 0x3642CB) is known color: Free Speech Blue. HEX triplet: 36, 42 and CB. RGB value is (54,66,203). Sum of RGB (Red+Green+Blue) = 54+66+203=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #3642CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3642CB is #C9BD34. Grayscale: #4D4D4D. Windows color (decimal): -13221173 or 13320758. OLE color: 13320758.
HSL color Cylindrical-coordinate representation of color #3642CB: hue angle of 235.17º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3642CB is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 66 | 203 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.20 |
| HSL | 235.17º | 0.59% | 0.5% | - |
| HSV(B) | 235.17º | 0.73% | 0.8% | - |
| XYZ | 14.25 | 8.99 | 57.48 | - |
| YUV | 78.03 | 198.52 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 203 | 0.73 | 0.67 | 0 | 0.20 | 235.17 | 0.59 | 0.5 |
| Hex | 36 | 42 | CB | 49 | 43 | 0 | 14 | EB | 3B | 32 |
| Octal | 66 | 102 | 313 | 111 | 103 | 0 | 24 | 353 | 73 | 62 |
| Binary | 110110 | 1000010 | 11001011 | 1001001 | 1000011 | 0 | 10100 | 11101011 | 111011 | 110010 |
Color Harmonies of #3642CB
Complementary color
Monochromatic Colors of #3642CB
Black with #3642CB
Text Example
Text Example
White with #3642CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3642CB; }
p { color: rgb(54,66,203); }
H1.HeaderClassName
{
color: #3642CB;
}
.AnyTagClassName
{
color: #3642CB;
}
</style>
background-color css
<style>
a { background-color: #3642CB; }
a { background-color: rgb(54,66,203); }
div.DivClassName
{
background-color: #3642CB;
}
.BgClassName
{
background-color: #3642CB;
}
</style>
border-color css
<style>
span { border-color: #3642CB; }
span { border-color: rgb(54,66,203); }
td.TdClassName
{
border-color: #3642CB;
}
.TagClassName
{
border-color: #3642CB;
}
</style>