Shades of Free Speech Blue #4349CC
Tints of Free Speech Blue #4349CC
RGB
CMYK
RGB Variations
Color information
#4349CC (or 0x4349CC) is known color: Free Speech Blue. HEX triplet: 43, 49 and CC. RGB value is (67,73,204). Sum of RGB (Red+Green+Blue) = 67+73+204=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #4349CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4349CC is #BCB633. Grayscale: #555555. Windows color (decimal): -12367412 or 13388099. OLE color: 13388099.
HSL color Cylindrical-coordinate representation of color #4349CC: hue angle of 237.37º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4349CC is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 73 | 204 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.2 |
| HSL | 237.37º | 0.57% | 0.53% | - |
| HSV(B) | 237.37º | 0.67% | 0.8% | - |
| XYZ | 15.6 | 10.32 | 58.3 | - |
| YUV | 86.14 | 194.51 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 204 | 0.67 | 0.64 | 0 | 0.2 | 237.37 | 0.57 | 0.53 |
| Hex | 43 | 49 | CC | 43 | 40 | 0 | 14 | ED | 39 | 35 |
| Octal | 103 | 111 | 314 | 103 | 100 | 0 | 24 | 355 | 71 | 65 |
| Binary | 1000011 | 1001001 | 11001100 | 1000011 | 1000000 | 0 | 10100 | 11101101 | 111001 | 110101 |
Color Harmonies of #4349CC
Complementary color
Monochromatic Colors of #4349CC
Black with #4349CC
Text Example
Text Example
White with #4349CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4349CC; }
p { color: rgb(67,73,204); }
H1.HeaderClassName
{
color: #4349CC;
}
.AnyTagClassName
{
color: #4349CC;
}
</style>
background-color css
<style>
a { background-color: #4349CC; }
a { background-color: rgb(67,73,204); }
div.DivClassName
{
background-color: #4349CC;
}
.BgClassName
{
background-color: #4349CC;
}
</style>
border-color css
<style>
span { border-color: #4349CC; }
span { border-color: rgb(67,73,204); }
td.TdClassName
{
border-color: #4349CC;
}
.TagClassName
{
border-color: #4349CC;
}
</style>