Shades of Free Speech Blue #3E34CC
Tints of Free Speech Blue #3E34CC
RGB
CMYK
RGB Variations
Color information
#3E34CC (or 0x3E34CC) is known color: Free Speech Blue. HEX triplet: 3E, 34 and CC. RGB value is (62,52,204). Sum of RGB (Red+Green+Blue) = 62+52+204=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E34CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E34CC is #C1CB33. Grayscale: #474747. Windows color (decimal): -12700468 or 13382718. OLE color: 13382718.
HSL color Cylindrical-coordinate representation of color #3E34CC: hue angle of 243.95º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E34CC is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 52 | 204 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.2 |
| HSL | 243.95º | 0.6% | 0.5% | - |
| HSV(B) | 243.95º | 0.75% | 0.8% | - |
| XYZ | 14.11 | 7.84 | 57.9 | - |
| YUV | 72.32 | 202.31 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 204 | 0.70 | 0.75 | 0 | 0.2 | 243.95 | 0.6 | 0.5 |
| Hex | 3E | 34 | CC | 46 | 4B | 0 | 14 | F4 | 3C | 32 |
| Octal | 76 | 64 | 314 | 106 | 113 | 0 | 24 | 364 | 74 | 62 |
| Binary | 111110 | 110100 | 11001100 | 1000110 | 1001011 | 0 | 10100 | 11110100 | 111100 | 110010 |
Color Harmonies of #3E34CC
Complementary color
Monochromatic Colors of #3E34CC
Black with #3E34CC
Text Example
Text Example
White with #3E34CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E34CC; }
p { color: rgb(62,52,204); }
H1.HeaderClassName
{
color: #3E34CC;
}
.AnyTagClassName
{
color: #3E34CC;
}
</style>
background-color css
<style>
a { background-color: #3E34CC; }
a { background-color: rgb(62,52,204); }
div.DivClassName
{
background-color: #3E34CC;
}
.BgClassName
{
background-color: #3E34CC;
}
</style>
border-color css
<style>
span { border-color: #3E34CC; }
span { border-color: rgb(62,52,204); }
td.TdClassName
{
border-color: #3E34CC;
}
.TagClassName
{
border-color: #3E34CC;
}
</style>