Shades of Free Speech Blue #3642CF
Tints of Free Speech Blue #3642CF
RGB
CMYK
RGB Variations
Color information
#3642CF (or 0x3642CF) is known color: Free Speech Blue. HEX triplet: 36, 42 and CF. RGB value is (54,66,207). Sum of RGB (Red+Green+Blue) = 54+66+207=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #3642CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3642CF is #C9BD30. Grayscale: #4D4D4D. Windows color (decimal): -13221169 or 13582902. OLE color: 13582902.
HSL color Cylindrical-coordinate representation of color #3642CF: hue angle of 235.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3642CF is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 66 | 207 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.19 |
| HSL | 235.29º | 0.61% | 0.51% | - |
| HSV(B) | 235.29º | 0.74% | 0.81% | - |
| XYZ | 14.73 | 9.19 | 60.03 | - |
| YUV | 78.49 | 200.52 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 207 | 0.74 | 0.68 | 0 | 0.19 | 235.29 | 0.61 | 0.51 |
| Hex | 36 | 42 | CF | 4A | 44 | 0 | 13 | EB | 3D | 33 |
| Octal | 66 | 102 | 317 | 112 | 104 | 0 | 23 | 353 | 75 | 63 |
| Binary | 110110 | 1000010 | 11001111 | 1001010 | 1000100 | 0 | 10011 | 11101011 | 111101 | 110011 |
Color Harmonies of #3642CF
Complementary color
Monochromatic Colors of #3642CF
Black with #3642CF
Text Example
Text Example
White with #3642CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3642CF; }
p { color: rgb(54,66,207); }
H1.HeaderClassName
{
color: #3642CF;
}
.AnyTagClassName
{
color: #3642CF;
}
</style>
background-color css
<style>
a { background-color: #3642CF; }
a { background-color: rgb(54,66,207); }
div.DivClassName
{
background-color: #3642CF;
}
.BgClassName
{
background-color: #3642CF;
}
</style>
border-color css
<style>
span { border-color: #3642CF; }
span { border-color: rgb(54,66,207); }
td.TdClassName
{
border-color: #3642CF;
}
.TagClassName
{
border-color: #3642CF;
}
</style>