Shades of Free Speech Blue #3C39B8
Tints of Free Speech Blue #3C39B8
RGB
CMYK
RGB Variations
Color information
#3C39B8 (or 0x3C39B8) is known color: Free Speech Blue. HEX triplet: 3C, 39 and B8. RGB value is (60,57,184). Sum of RGB (Red+Green+Blue) = 60+57+184=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 184 (72.27% from 255 or 61.13% from 301); Max value from RGB is 184 - color contains mainly: blue. Hex color #3C39B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C39B8 is #C3C647. Grayscale: #474747. Windows color (decimal): -12830280 or 12073276. OLE color: 12073276.
HSL color Cylindrical-coordinate representation of color #3C39B8: hue angle of 241.42º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C39B8 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 57 | 184 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.28 |
| HSL | 241.42º | 0.53% | 0.47% | - |
| HSV(B) | 241.42º | 0.69% | 0.72% | - |
| XYZ | 11.98 | 7.35 | 46.13 | - |
| YUV | 72.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 184 | 0.67 | 0.69 | 0 | 0.28 | 241.42 | 0.53 | 0.47 |
| Hex | 3C | 39 | B8 | 43 | 45 | 0 | 1C | F1 | 35 | 2F |
| Octal | 74 | 71 | 270 | 103 | 105 | 0 | 34 | 361 | 65 | 57 |
| Binary | 111100 | 111001 | 10111000 | 1000011 | 1000101 | 0 | 11100 | 11110001 | 110101 | 101111 |
Color Harmonies of #3C39B8
Complementary color
Monochromatic Colors of #3C39B8
Black with #3C39B8
Text Example
Text Example
White with #3C39B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C39B8; }
p { color: rgb(60,57,184); }
H1.HeaderClassName
{
color: #3C39B8;
}
.AnyTagClassName
{
color: #3C39B8;
}
</style>
background-color css
<style>
a { background-color: #3C39B8; }
a { background-color: rgb(60,57,184); }
div.DivClassName
{
background-color: #3C39B8;
}
.BgClassName
{
background-color: #3C39B8;
}
</style>
border-color css
<style>
span { border-color: #3C39B8; }
span { border-color: rgb(60,57,184); }
td.TdClassName
{
border-color: #3C39B8;
}
.TagClassName
{
border-color: #3C39B8;
}
</style>