Shades of Free Speech Blue #3648CB
Tints of Free Speech Blue #3648CB
RGB
CMYK
RGB Variations
Color information
#3648CB (or 0x3648CB) is known color: Free Speech Blue. HEX triplet: 36, 48 and CB. RGB value is (54,72,203). Sum of RGB (Red+Green+Blue) = 54+72+203=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #3648CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3648CB is #C9B734. Grayscale: #515151. Windows color (decimal): -13219637 or 13322294. OLE color: 13322294.
HSL color Cylindrical-coordinate representation of color #3648CB: hue angle of 232.75º 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 #3648CB is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 72 | 203 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.20 |
| HSL | 232.75º | 0.59% | 0.5% | - |
| HSV(B) | 232.75º | 0.73% | 0.8% | - |
| XYZ | 14.62 | 9.73 | 57.61 | - |
| YUV | 81.55 | 196.54 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 203 | 0.73 | 0.65 | 0 | 0.20 | 232.75 | 0.59 | 0.5 |
| Hex | 36 | 48 | CB | 49 | 41 | 0 | 14 | E9 | 3B | 32 |
| Octal | 66 | 110 | 313 | 111 | 101 | 0 | 24 | 351 | 73 | 62 |
| Binary | 110110 | 1001000 | 11001011 | 1001001 | 1000001 | 0 | 10100 | 11101001 | 111011 | 110010 |
Color Harmonies of #3648CB
Complementary color
Monochromatic Colors of #3648CB
Black with #3648CB
Text Example
Text Example
White with #3648CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3648CB; }
p { color: rgb(54,72,203); }
H1.HeaderClassName
{
color: #3648CB;
}
.AnyTagClassName
{
color: #3648CB;
}
</style>
background-color css
<style>
a { background-color: #3648CB; }
a { background-color: rgb(54,72,203); }
div.DivClassName
{
background-color: #3648CB;
}
.BgClassName
{
background-color: #3648CB;
}
</style>
border-color css
<style>
span { border-color: #3648CB; }
span { border-color: rgb(54,72,203); }
td.TdClassName
{
border-color: #3648CB;
}
.TagClassName
{
border-color: #3648CB;
}
</style>