Shades of Free Speech Blue #3C48BD
Tints of Free Speech Blue #3C48BD
RGB
CMYK
RGB Variations
Color information
#3C48BD (or 0x3C48BD) is known color: Free Speech Blue. HEX triplet: 3C, 48 and BD. RGB value is (60,72,189). Sum of RGB (Red+Green+Blue) = 60+72+189=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C48BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C48BD is #C3B742. Grayscale: #515151. Windows color (decimal): -12826435 or 12404796. OLE color: 12404796.
HSL color Cylindrical-coordinate representation of color #3C48BD: hue angle of 234.42º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C48BD is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 72 | 189 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.26 |
| HSL | 234.42º | 0.52% | 0.49% | - |
| HSV(B) | 234.42º | 0.68% | 0.74% | - |
| XYZ | 13.37 | 9.27 | 49.23 | - |
| YUV | 81.75 | 188.52 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 189 | 0.68 | 0.62 | 0 | 0.26 | 234.42 | 0.52 | 0.49 |
| Hex | 3C | 48 | BD | 44 | 3E | 0 | 1A | EA | 34 | 31 |
| Octal | 74 | 110 | 275 | 104 | 76 | 0 | 32 | 352 | 64 | 61 |
| Binary | 111100 | 1001000 | 10111101 | 1000100 | 111110 | 0 | 11010 | 11101010 | 110100 | 110001 |
Color Harmonies of #3C48BD
Complementary color
Monochromatic Colors of #3C48BD
Black with #3C48BD
Text Example
Text Example
White with #3C48BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C48BD; }
p { color: rgb(60,72,189); }
H1.HeaderClassName
{
color: #3C48BD;
}
.AnyTagClassName
{
color: #3C48BD;
}
</style>
background-color css
<style>
a { background-color: #3C48BD; }
a { background-color: rgb(60,72,189); }
div.DivClassName
{
background-color: #3C48BD;
}
.BgClassName
{
background-color: #3C48BD;
}
</style>
border-color css
<style>
span { border-color: #3C48BD; }
span { border-color: rgb(60,72,189); }
td.TdClassName
{
border-color: #3C48BD;
}
.TagClassName
{
border-color: #3C48BD;
}
</style>