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