Shades of Free Speech Blue #3653CB
Tints of Free Speech Blue #3653CB
RGB
CMYK
RGB Variations
Color information
#3653CB (or 0x3653CB) is known color: Free Speech Blue. HEX triplet: 36, 53 and CB. RGB value is (54,83,203). Sum of RGB (Red+Green+Blue) = 54+83+203=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #3653CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3653CB is #C9AC34. Grayscale: #575757. Windows color (decimal): -13216821 or 13325110. OLE color: 13325110.
HSL color Cylindrical-coordinate representation of color #3653CB: hue angle of 228.32º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3653CB is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 83 | 203 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.20 |
| HSL | 228.32º | 0.59% | 0.5% | - |
| HSV(B) | 228.32º | 0.73% | 0.8% | - |
| XYZ | 15.39 | 11.28 | 57.87 | - |
| YUV | 88.01 | 192.89 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 203 | 0.73 | 0.59 | 0 | 0.20 | 228.32 | 0.59 | 0.5 |
| Hex | 36 | 53 | CB | 49 | 3B | 0 | 14 | E4 | 3B | 32 |
| Octal | 66 | 123 | 313 | 111 | 73 | 0 | 24 | 344 | 73 | 62 |
| Binary | 110110 | 1010011 | 11001011 | 1001001 | 111011 | 0 | 10100 | 11100100 | 111011 | 110010 |
Color Harmonies of #3653CB
Complementary color
Monochromatic Colors of #3653CB
Black with #3653CB
Text Example
Text Example
White with #3653CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3653CB; }
p { color: rgb(54,83,203); }
H1.HeaderClassName
{
color: #3653CB;
}
.AnyTagClassName
{
color: #3653CB;
}
</style>
background-color css
<style>
a { background-color: #3653CB; }
a { background-color: rgb(54,83,203); }
div.DivClassName
{
background-color: #3653CB;
}
.BgClassName
{
background-color: #3653CB;
}
</style>
border-color css
<style>
span { border-color: #3653CB; }
span { border-color: rgb(54,83,203); }
td.TdClassName
{
border-color: #3653CB;
}
.TagClassName
{
border-color: #3653CB;
}
</style>