Shades of Free Speech Blue #3A33CF
Tints of Free Speech Blue #3A33CF
RGB
CMYK
RGB Variations
Color information
#3A33CF (or 0x3A33CF) is known color: Free Speech Blue. HEX triplet: 3A, 33 and CF. RGB value is (58,51,207). Sum of RGB (Red+Green+Blue) = 58+51+207=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A33CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A33CF is #C5CC30. Grayscale: #464646. Windows color (decimal): -12962865 or 13579066. OLE color: 13579066.
HSL color Cylindrical-coordinate representation of color #3A33CF: hue angle of 242.69º 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 #3A33CF is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 51 | 207 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.19 |
| HSL | 242.69º | 0.62% | 0.51% | - |
| HSV(B) | 242.69º | 0.75% | 0.81% | - |
| XYZ | 14.19 | 7.77 | 59.78 | - |
| YUV | 70.88 | 204.82 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 207 | 0.72 | 0.75 | 0 | 0.19 | 242.69 | 0.62 | 0.51 |
| Hex | 3A | 33 | CF | 48 | 4B | 0 | 13 | F3 | 3E | 33 |
| Octal | 72 | 63 | 317 | 110 | 113 | 0 | 23 | 363 | 76 | 63 |
| Binary | 111010 | 110011 | 11001111 | 1001000 | 1001011 | 0 | 10011 | 11110011 | 111110 | 110011 |
Color Harmonies of #3A33CF
Complementary color
Monochromatic Colors of #3A33CF
Black with #3A33CF
Text Example
Text Example
White with #3A33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A33CF; }
p { color: rgb(58,51,207); }
H1.HeaderClassName
{
color: #3A33CF;
}
.AnyTagClassName
{
color: #3A33CF;
}
</style>
background-color css
<style>
a { background-color: #3A33CF; }
a { background-color: rgb(58,51,207); }
div.DivClassName
{
background-color: #3A33CF;
}
.BgClassName
{
background-color: #3A33CF;
}
</style>
border-color css
<style>
span { border-color: #3A33CF; }
span { border-color: rgb(58,51,207); }
td.TdClassName
{
border-color: #3A33CF;
}
.TagClassName
{
border-color: #3A33CF;
}
</style>