Shades of Free Speech Blue #4350CC
Tints of Free Speech Blue #4350CC
RGB
CMYK
RGB Variations
Color information
#4350CC (or 0x4350CC) is known color: Free Speech Blue. HEX triplet: 43, 50 and CC. RGB value is (67,80,204). Sum of RGB (Red+Green+Blue) = 67+80+204=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #4350CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4350CC is #BCAF33. Grayscale: #595959. Windows color (decimal): -12365620 or 13389891. OLE color: 13389891.
HSL color Cylindrical-coordinate representation of color #4350CC: hue angle of 234.31º 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 #4350CC is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 80 | 204 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.2 |
| HSL | 234.31º | 0.57% | 0.53% | - |
| HSV(B) | 234.31º | 0.67% | 0.8% | - |
| XYZ | 16.08 | 11.29 | 58.46 | - |
| YUV | 90.25 | 192.19 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 204 | 0.67 | 0.61 | 0 | 0.2 | 234.31 | 0.57 | 0.53 |
| Hex | 43 | 50 | CC | 43 | 3D | 0 | 14 | EA | 39 | 35 |
| Octal | 103 | 120 | 314 | 103 | 75 | 0 | 24 | 352 | 71 | 65 |
| Binary | 1000011 | 1010000 | 11001100 | 1000011 | 111101 | 0 | 10100 | 11101010 | 111001 | 110101 |
Color Harmonies of #4350CC
Complementary color
Monochromatic Colors of #4350CC
Black with #4350CC
Text Example
Text Example
White with #4350CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4350CC; }
p { color: rgb(67,80,204); }
H1.HeaderClassName
{
color: #4350CC;
}
.AnyTagClassName
{
color: #4350CC;
}
</style>
background-color css
<style>
a { background-color: #4350CC; }
a { background-color: rgb(67,80,204); }
div.DivClassName
{
background-color: #4350CC;
}
.BgClassName
{
background-color: #4350CC;
}
</style>
border-color css
<style>
span { border-color: #4350CC; }
span { border-color: rgb(67,80,204); }
td.TdClassName
{
border-color: #4350CC;
}
.TagClassName
{
border-color: #4350CC;
}
</style>