Shades of Free Speech Blue #3653CC
Tints of Free Speech Blue #3653CC
RGB
CMYK
RGB Variations
Color information
#3653CC (or 0x3653CC) is known color: Free Speech Blue. HEX triplet: 36, 53 and CC. RGB value is (54,83,204). Sum of RGB (Red+Green+Blue) = 54+83+204=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #3653CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3653CC is #C9AC33. Grayscale: #575757. Windows color (decimal): -13216820 or 13390646. OLE color: 13390646.
HSL color Cylindrical-coordinate representation of color #3653CC: hue angle of 228.4º 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 #3653CC is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 83 | 204 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.2 |
| HSL | 228.4º | 0.6% | 0.51% | - |
| HSV(B) | 228.4º | 0.74% | 0.8% | - |
| XYZ | 15.51 | 11.33 | 58.5 | - |
| YUV | 88.12 | 193.39 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 204 | 0.74 | 0.59 | 0 | 0.2 | 228.4 | 0.6 | 0.51 |
| Hex | 36 | 53 | CC | 4A | 3B | 0 | 14 | E4 | 3C | 33 |
| Octal | 66 | 123 | 314 | 112 | 73 | 0 | 24 | 344 | 74 | 63 |
| Binary | 110110 | 1010011 | 11001100 | 1001010 | 111011 | 0 | 10100 | 11100100 | 111100 | 110011 |
Color Harmonies of #3653CC
Complementary color
Monochromatic Colors of #3653CC
Black with #3653CC
Text Example
Text Example
White with #3653CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3653CC; }
p { color: rgb(54,83,204); }
H1.HeaderClassName
{
color: #3653CC;
}
.AnyTagClassName
{
color: #3653CC;
}
</style>
background-color css
<style>
a { background-color: #3653CC; }
a { background-color: rgb(54,83,204); }
div.DivClassName
{
background-color: #3653CC;
}
.BgClassName
{
background-color: #3653CC;
}
</style>
border-color css
<style>
span { border-color: #3653CC; }
span { border-color: rgb(54,83,204); }
td.TdClassName
{
border-color: #3653CC;
}
.TagClassName
{
border-color: #3653CC;
}
</style>