Shades of Free Speech Blue #3639CF
Tints of Free Speech Blue #3639CF
RGB
CMYK
RGB Variations
Color information
#3639CF (or 0x3639CF) is known color: Free Speech Blue. HEX triplet: 36, 39 and CF. RGB value is (54,57,207). Sum of RGB (Red+Green+Blue) = 54+57+207=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #3639CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3639CF is #C9C630. Grayscale: #484848. Windows color (decimal): -13223473 or 13580598. OLE color: 13580598.
HSL color Cylindrical-coordinate representation of color #3639CF: hue angle of 238.82º 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 #3639CF is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 57 | 207 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.19 |
| HSL | 238.82º | 0.61% | 0.51% | - |
| HSV(B) | 238.82º | 0.74% | 0.81% | - |
| XYZ | 14.25 | 8.22 | 59.87 | - |
| YUV | 73.2 | 203.51 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 207 | 0.74 | 0.72 | 0 | 0.19 | 238.82 | 0.61 | 0.51 |
| Hex | 36 | 39 | CF | 4A | 48 | 0 | 13 | EF | 3D | 33 |
| Octal | 66 | 71 | 317 | 112 | 110 | 0 | 23 | 357 | 75 | 63 |
| Binary | 110110 | 111001 | 11001111 | 1001010 | 1001000 | 0 | 10011 | 11101111 | 111101 | 110011 |
Color Harmonies of #3639CF
Complementary color
Monochromatic Colors of #3639CF
Black with #3639CF
Text Example
Text Example
White with #3639CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3639CF; }
p { color: rgb(54,57,207); }
H1.HeaderClassName
{
color: #3639CF;
}
.AnyTagClassName
{
color: #3639CF;
}
</style>
background-color css
<style>
a { background-color: #3639CF; }
a { background-color: rgb(54,57,207); }
div.DivClassName
{
background-color: #3639CF;
}
.BgClassName
{
background-color: #3639CF;
}
</style>
border-color css
<style>
span { border-color: #3639CF; }
span { border-color: rgb(54,57,207); }
td.TdClassName
{
border-color: #3639CF;
}
.TagClassName
{
border-color: #3639CF;
}
</style>