Shades of Free Speech Blue #3643CC
Tints of Free Speech Blue #3643CC
RGB
CMYK
RGB Variations
Color information
#3643CC (or 0x3643CC) is known color: Free Speech Blue. HEX triplet: 36, 43 and CC. RGB value is (54,67,204). Sum of RGB (Red+Green+Blue) = 54+67+204=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #3643CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3643CC is #C9BC33. Grayscale: #4E4E4E. Windows color (decimal): -13220916 or 13386550. OLE color: 13386550.
HSL color Cylindrical-coordinate representation of color #3643CC: hue angle of 234.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3643CC is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 67 | 204 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.2 |
| HSL | 234.8º | 0.6% | 0.51% | - |
| HSV(B) | 234.8º | 0.74% | 0.8% | - |
| XYZ | 14.43 | 9.16 | 58.13 | - |
| YUV | 78.73 | 198.69 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 204 | 0.74 | 0.67 | 0 | 0.2 | 234.8 | 0.6 | 0.51 |
| Hex | 36 | 43 | CC | 4A | 43 | 0 | 14 | EB | 3C | 33 |
| Octal | 66 | 103 | 314 | 112 | 103 | 0 | 24 | 353 | 74 | 63 |
| Binary | 110110 | 1000011 | 11001100 | 1001010 | 1000011 | 0 | 10100 | 11101011 | 111100 | 110011 |
Color Harmonies of #3643CC
Complementary color
Monochromatic Colors of #3643CC
Black with #3643CC
Text Example
Text Example
White with #3643CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3643CC; }
p { color: rgb(54,67,204); }
H1.HeaderClassName
{
color: #3643CC;
}
.AnyTagClassName
{
color: #3643CC;
}
</style>
background-color css
<style>
a { background-color: #3643CC; }
a { background-color: rgb(54,67,204); }
div.DivClassName
{
background-color: #3643CC;
}
.BgClassName
{
background-color: #3643CC;
}
</style>
border-color css
<style>
span { border-color: #3643CC; }
span { border-color: rgb(54,67,204); }
td.TdClassName
{
border-color: #3643CC;
}
.TagClassName
{
border-color: #3643CC;
}
</style>