Shades of Free Speech Blue #3653CE
Tints of Free Speech Blue #3653CE
RGB
CMYK
RGB Variations
Color information
#3653CE (or 0x3653CE) is known color: Free Speech Blue. HEX triplet: 36, 53 and CE. RGB value is (54,83,206). Sum of RGB (Red+Green+Blue) = 54+83+206=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #3653CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3653CE is #C9AC31. Grayscale: #575757. Windows color (decimal): -13216818 or 13521718. OLE color: 13521718.
HSL color Cylindrical-coordinate representation of color #3653CE: hue angle of 228.55º 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 #3653CE is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 83 | 206 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.19 |
| HSL | 228.55º | 0.61% | 0.51% | - |
| HSV(B) | 228.55º | 0.74% | 0.81% | - |
| XYZ | 15.76 | 11.43 | 59.77 | - |
| YUV | 88.35 | 194.39 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 206 | 0.74 | 0.60 | 0 | 0.19 | 228.55 | 0.61 | 0.51 |
| Hex | 36 | 53 | CE | 4A | 3C | 0 | 13 | E5 | 3D | 33 |
| Octal | 66 | 123 | 316 | 112 | 74 | 0 | 23 | 345 | 75 | 63 |
| Binary | 110110 | 1010011 | 11001110 | 1001010 | 111100 | 0 | 10011 | 11100101 | 111101 | 110011 |
Color Harmonies of #3653CE
Complementary color
Monochromatic Colors of #3653CE
Black with #3653CE
Text Example
Text Example
White with #3653CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3653CE; }
p { color: rgb(54,83,206); }
H1.HeaderClassName
{
color: #3653CE;
}
.AnyTagClassName
{
color: #3653CE;
}
</style>
background-color css
<style>
a { background-color: #3653CE; }
a { background-color: rgb(54,83,206); }
div.DivClassName
{
background-color: #3653CE;
}
.BgClassName
{
background-color: #3653CE;
}
</style>
border-color css
<style>
span { border-color: #3653CE; }
span { border-color: rgb(54,83,206); }
td.TdClassName
{
border-color: #3653CE;
}
.TagClassName
{
border-color: #3653CE;
}
</style>