Shades of Free Speech Blue #3E36CC
Tints of Free Speech Blue #3E36CC
RGB
CMYK
RGB Variations
Color information
#3E36CC (or 0x3E36CC) is known color: Free Speech Blue. HEX triplet: 3E, 36 and CC. RGB value is (62,54,204). Sum of RGB (Red+Green+Blue) = 62+54+204=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E36CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E36CC is #C1C933. Grayscale: #484848. Windows color (decimal): -12699956 or 13383230. OLE color: 13383230.
HSL color Cylindrical-coordinate representation of color #3E36CC: hue angle of 243.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E36CC is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 54 | 204 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.2 |
| HSL | 243.2º | 0.6% | 0.51% | - |
| HSV(B) | 243.2º | 0.74% | 0.8% | - |
| XYZ | 14.2 | 8.02 | 57.93 | - |
| YUV | 73.49 | 201.65 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 204 | 0.70 | 0.74 | 0 | 0.2 | 243.2 | 0.6 | 0.51 |
| Hex | 3E | 36 | CC | 46 | 4A | 0 | 14 | F3 | 3C | 33 |
| Octal | 76 | 66 | 314 | 106 | 112 | 0 | 24 | 363 | 74 | 63 |
| Binary | 111110 | 110110 | 11001100 | 1000110 | 1001010 | 0 | 10100 | 11110011 | 111100 | 110011 |
Color Harmonies of #3E36CC
Complementary color
Monochromatic Colors of #3E36CC
Black with #3E36CC
Text Example
Text Example
White with #3E36CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E36CC; }
p { color: rgb(62,54,204); }
H1.HeaderClassName
{
color: #3E36CC;
}
.AnyTagClassName
{
color: #3E36CC;
}
</style>
background-color css
<style>
a { background-color: #3E36CC; }
a { background-color: rgb(62,54,204); }
div.DivClassName
{
background-color: #3E36CC;
}
.BgClassName
{
background-color: #3E36CC;
}
</style>
border-color css
<style>
span { border-color: #3E36CC; }
span { border-color: rgb(62,54,204); }
td.TdClassName
{
border-color: #3E36CC;
}
.TagClassName
{
border-color: #3E36CC;
}
</style>