Shades of Free Speech Blue #4339C1
Tints of Free Speech Blue #4339C1
RGB
CMYK
RGB Variations
Color information
#4339C1 (or 0x4339C1) is known color: Free Speech Blue. HEX triplet: 43, 39 and C1. RGB value is (67,57,193). Sum of RGB (Red+Green+Blue) = 67+57+193=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #4339C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4339C1 is #BCC63E. Grayscale: #4A4A4A. Windows color (decimal): -12371519 or 12663107. OLE color: 12663107.
HSL color Cylindrical-coordinate representation of color #4339C1: hue angle of 244.41º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4339C1 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 57 | 193 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.24 |
| HSL | 244.41º | 0.54% | 0.49% | - |
| HSV(B) | 244.41º | 0.7% | 0.76% | - |
| XYZ | 13.4 | 7.97 | 51.28 | - |
| YUV | 75.49 | 194.31 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 193 | 0.65 | 0.70 | 0 | 0.24 | 244.41 | 0.54 | 0.49 |
| Hex | 43 | 39 | C1 | 41 | 46 | 0 | 18 | F4 | 36 | 31 |
| Octal | 103 | 71 | 301 | 101 | 106 | 0 | 30 | 364 | 66 | 61 |
| Binary | 1000011 | 111001 | 11000001 | 1000001 | 1000110 | 0 | 11000 | 11110100 | 110110 | 110001 |
Color Harmonies of #4339C1
Complementary color
Monochromatic Colors of #4339C1
Black with #4339C1
Text Example
Text Example
White with #4339C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4339C1; }
p { color: rgb(67,57,193); }
H1.HeaderClassName
{
color: #4339C1;
}
.AnyTagClassName
{
color: #4339C1;
}
</style>
background-color css
<style>
a { background-color: #4339C1; }
a { background-color: rgb(67,57,193); }
div.DivClassName
{
background-color: #4339C1;
}
.BgClassName
{
background-color: #4339C1;
}
</style>
border-color css
<style>
span { border-color: #4339C1; }
span { border-color: rgb(67,57,193); }
td.TdClassName
{
border-color: #4339C1;
}
.TagClassName
{
border-color: #4339C1;
}
</style>