Shades of Free Speech Blue #3A34CC
Tints of Free Speech Blue #3A34CC
RGB
CMYK
RGB Variations
Color information
#3A34CC (or 0x3A34CC) is known color: Free Speech Blue. HEX triplet: 3A, 34 and CC. RGB value is (58,52,204). Sum of RGB (Red+Green+Blue) = 58+52+204=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A34CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A34CC is #C5CB33. Grayscale: #464646. Windows color (decimal): -12962612 or 13382714. OLE color: 13382714.
HSL color Cylindrical-coordinate representation of color #3A34CC: hue angle of 242.37º 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 #3A34CC is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 52 | 204 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.2 |
| HSL | 242.37º | 0.6% | 0.5% | - |
| HSV(B) | 242.37º | 0.75% | 0.8% | - |
| XYZ | 13.87 | 7.72 | 57.88 | - |
| YUV | 71.12 | 202.99 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 204 | 0.72 | 0.75 | 0 | 0.2 | 242.37 | 0.6 | 0.5 |
| Hex | 3A | 34 | CC | 48 | 4B | 0 | 14 | F2 | 3C | 32 |
| Octal | 72 | 64 | 314 | 110 | 113 | 0 | 24 | 362 | 74 | 62 |
| Binary | 111010 | 110100 | 11001100 | 1001000 | 1001011 | 0 | 10100 | 11110010 | 111100 | 110010 |
Color Harmonies of #3A34CC
Complementary color
Monochromatic Colors of #3A34CC
Black with #3A34CC
Text Example
Text Example
White with #3A34CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A34CC; }
p { color: rgb(58,52,204); }
H1.HeaderClassName
{
color: #3A34CC;
}
.AnyTagClassName
{
color: #3A34CC;
}
</style>
background-color css
<style>
a { background-color: #3A34CC; }
a { background-color: rgb(58,52,204); }
div.DivClassName
{
background-color: #3A34CC;
}
.BgClassName
{
background-color: #3A34CC;
}
</style>
border-color css
<style>
span { border-color: #3A34CC; }
span { border-color: rgb(58,52,204); }
td.TdClassName
{
border-color: #3A34CC;
}
.TagClassName
{
border-color: #3A34CC;
}
</style>