Shades of Free Speech Blue #3641CE
Tints of Free Speech Blue #3641CE
RGB
CMYK
RGB Variations
Color information
#3641CE (or 0x3641CE) is known color: Free Speech Blue. HEX triplet: 36, 41 and CE. RGB value is (54,65,206). Sum of RGB (Red+Green+Blue) = 54+65+206=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #3641CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3641CE is #C9BE31. Grayscale: #4D4D4D. Windows color (decimal): -13221426 or 13517110. OLE color: 13517110.
HSL color Cylindrical-coordinate representation of color #3641CE: hue angle of 235.66º 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 #3641CE is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 65 | 206 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.19 |
| HSL | 235.66º | 0.61% | 0.51% | - |
| HSV(B) | 235.66º | 0.74% | 0.81% | - |
| XYZ | 14.55 | 9.02 | 59.37 | - |
| YUV | 77.79 | 200.36 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 206 | 0.74 | 0.68 | 0 | 0.19 | 235.66 | 0.61 | 0.51 |
| Hex | 36 | 41 | CE | 4A | 44 | 0 | 13 | EC | 3D | 33 |
| Octal | 66 | 101 | 316 | 112 | 104 | 0 | 23 | 354 | 75 | 63 |
| Binary | 110110 | 1000001 | 11001110 | 1001010 | 1000100 | 0 | 10011 | 11101100 | 111101 | 110011 |
Color Harmonies of #3641CE
Complementary color
Monochromatic Colors of #3641CE
Black with #3641CE
Text Example
Text Example
White with #3641CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3641CE; }
p { color: rgb(54,65,206); }
H1.HeaderClassName
{
color: #3641CE;
}
.AnyTagClassName
{
color: #3641CE;
}
</style>
background-color css
<style>
a { background-color: #3641CE; }
a { background-color: rgb(54,65,206); }
div.DivClassName
{
background-color: #3641CE;
}
.BgClassName
{
background-color: #3641CE;
}
</style>
border-color css
<style>
span { border-color: #3641CE; }
span { border-color: rgb(54,65,206); }
td.TdClassName
{
border-color: #3641CE;
}
.TagClassName
{
border-color: #3641CE;
}
</style>