Shades of Free Speech Blue #3663C4
Tints of Free Speech Blue #3663C4
RGB
CMYK
RGB Variations
Color information
#3663C4 (or 0x3663C4) is known color: Free Speech Blue. HEX triplet: 36, 63 and C4. RGB value is (54,99,196). Sum of RGB (Red+Green+Blue) = 54+99+196=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #3663C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3663C4 is #C99C3B. Grayscale: #606060. Windows color (decimal): -13212732 or 12870454. OLE color: 12870454.
HSL color Cylindrical-coordinate representation of color #3663C4: hue angle of 220.99º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3663C4 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 99 | 196 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.23 |
| HSL | 220.99º | 0.57% | 0.49% | - |
| HSV(B) | 220.99º | 0.72% | 0.77% | - |
| XYZ | 15.95 | 13.69 | 54.03 | - |
| YUV | 96.6 | 184.09 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 196 | 0.72 | 0.49 | 0 | 0.23 | 220.99 | 0.57 | 0.49 |
| Hex | 36 | 63 | C4 | 48 | 31 | 0 | 17 | DD | 39 | 31 |
| Octal | 66 | 143 | 304 | 110 | 61 | 0 | 27 | 335 | 71 | 61 |
| Binary | 110110 | 1100011 | 11000100 | 1001000 | 110001 | 0 | 10111 | 11011101 | 111001 | 110001 |
Color Harmonies of #3663C4
Complementary color
Monochromatic Colors of #3663C4
Black with #3663C4
Text Example
Text Example
White with #3663C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3663C4; }
p { color: rgb(54,99,196); }
H1.HeaderClassName
{
color: #3663C4;
}
.AnyTagClassName
{
color: #3663C4;
}
</style>
background-color css
<style>
a { background-color: #3663C4; }
a { background-color: rgb(54,99,196); }
div.DivClassName
{
background-color: #3663C4;
}
.BgClassName
{
background-color: #3663C4;
}
</style>
border-color css
<style>
span { border-color: #3663C4; }
span { border-color: rgb(54,99,196); }
td.TdClassName
{
border-color: #3663C4;
}
.TagClassName
{
border-color: #3663C4;
}
</style>