Shades of Free Speech Blue #3639CC
Tints of Free Speech Blue #3639CC
RGB
CMYK
RGB Variations
Color information
#3639CC (or 0x3639CC) is known color: Free Speech Blue. HEX triplet: 36, 39 and CC. RGB value is (54,57,204). Sum of RGB (Red+Green+Blue) = 54+57+204=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #3639CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3639CC is #C9C633. Grayscale: #484848. Windows color (decimal): -13223476 or 13383990. OLE color: 13383990.
HSL color Cylindrical-coordinate representation of color #3639CC: hue angle of 238.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 #3639CC is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 57 | 204 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.2 |
| HSL | 238.8º | 0.6% | 0.51% | - |
| HSV(B) | 238.8º | 0.74% | 0.8% | - |
| XYZ | 13.88 | 8.07 | 57.95 | - |
| YUV | 72.86 | 202.01 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 204 | 0.74 | 0.72 | 0 | 0.2 | 238.8 | 0.6 | 0.51 |
| Hex | 36 | 39 | CC | 4A | 48 | 0 | 14 | EF | 3C | 33 |
| Octal | 66 | 71 | 314 | 112 | 110 | 0 | 24 | 357 | 74 | 63 |
| Binary | 110110 | 111001 | 11001100 | 1001010 | 1001000 | 0 | 10100 | 11101111 | 111100 | 110011 |
Color Harmonies of #3639CC
Complementary color
Monochromatic Colors of #3639CC
Black with #3639CC
Text Example
Text Example
White with #3639CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3639CC; }
p { color: rgb(54,57,204); }
H1.HeaderClassName
{
color: #3639CC;
}
.AnyTagClassName
{
color: #3639CC;
}
</style>
background-color css
<style>
a { background-color: #3639CC; }
a { background-color: rgb(54,57,204); }
div.DivClassName
{
background-color: #3639CC;
}
.BgClassName
{
background-color: #3639CC;
}
</style>
border-color css
<style>
span { border-color: #3639CC; }
span { border-color: rgb(54,57,204); }
td.TdClassName
{
border-color: #3639CC;
}
.TagClassName
{
border-color: #3639CC;
}
</style>