Shades of Free Speech Blue #3E33CF
Tints of Free Speech Blue #3E33CF
RGB
CMYK
RGB Variations
Color information
#3E33CF (or 0x3E33CF) is known color: Free Speech Blue. HEX triplet: 3E, 33 and CF. RGB value is (62,51,207). Sum of RGB (Red+Green+Blue) = 62+51+207=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E33CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E33CF is #C1CC30. Grayscale: #474747. Windows color (decimal): -12700721 or 13579070. OLE color: 13579070.
HSL color Cylindrical-coordinate representation of color #3E33CF: hue angle of 244.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E33CF is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 51 | 207 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.19 |
| HSL | 244.23º | 0.62% | 0.51% | - |
| HSV(B) | 244.23º | 0.75% | 0.81% | - |
| XYZ | 14.43 | 7.9 | 59.8 | - |
| YUV | 72.07 | 204.14 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 207 | 0.70 | 0.75 | 0 | 0.19 | 244.23 | 0.62 | 0.51 |
| Hex | 3E | 33 | CF | 46 | 4B | 0 | 13 | F4 | 3E | 33 |
| Octal | 76 | 63 | 317 | 106 | 113 | 0 | 23 | 364 | 76 | 63 |
| Binary | 111110 | 110011 | 11001111 | 1000110 | 1001011 | 0 | 10011 | 11110100 | 111110 | 110011 |
Color Harmonies of #3E33CF
Complementary color
Monochromatic Colors of #3E33CF
Black with #3E33CF
Text Example
Text Example
White with #3E33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E33CF; }
p { color: rgb(62,51,207); }
H1.HeaderClassName
{
color: #3E33CF;
}
.AnyTagClassName
{
color: #3E33CF;
}
</style>
background-color css
<style>
a { background-color: #3E33CF; }
a { background-color: rgb(62,51,207); }
div.DivClassName
{
background-color: #3E33CF;
}
.BgClassName
{
background-color: #3E33CF;
}
</style>
border-color css
<style>
span { border-color: #3E33CF; }
span { border-color: rgb(62,51,207); }
td.TdClassName
{
border-color: #3E33CF;
}
.TagClassName
{
border-color: #3E33CF;
}
</style>