Shades of Free Speech Blue #4350CE
Tints of Free Speech Blue #4350CE
RGB
CMYK
RGB Variations
Color information
#4350CE (or 0x4350CE) is known color: Free Speech Blue. HEX triplet: 43, 50 and CE. RGB value is (67,80,206). Sum of RGB (Red+Green+Blue) = 67+80+206=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #4350CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4350CE is #BCAF31. Grayscale: #595959. Windows color (decimal): -12365618 or 13520963. OLE color: 13520963.
HSL color Cylindrical-coordinate representation of color #4350CE: hue angle of 234.39º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4350CE is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 80 | 206 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.19 |
| HSL | 234.39º | 0.59% | 0.54% | - |
| HSV(B) | 234.39º | 0.67% | 0.81% | - |
| XYZ | 16.32 | 11.39 | 59.73 | - |
| YUV | 90.48 | 193.19 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 206 | 0.67 | 0.61 | 0 | 0.19 | 234.39 | 0.59 | 0.54 |
| Hex | 43 | 50 | CE | 43 | 3D | 0 | 13 | EA | 3B | 36 |
| Octal | 103 | 120 | 316 | 103 | 75 | 0 | 23 | 352 | 73 | 66 |
| Binary | 1000011 | 1010000 | 11001110 | 1000011 | 111101 | 0 | 10011 | 11101010 | 111011 | 110110 |
Color Harmonies of #4350CE
Complementary color
Monochromatic Colors of #4350CE
Black with #4350CE
Text Example
Text Example
White with #4350CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4350CE; }
p { color: rgb(67,80,206); }
H1.HeaderClassName
{
color: #4350CE;
}
.AnyTagClassName
{
color: #4350CE;
}
</style>
background-color css
<style>
a { background-color: #4350CE; }
a { background-color: rgb(67,80,206); }
div.DivClassName
{
background-color: #4350CE;
}
.BgClassName
{
background-color: #4350CE;
}
</style>
border-color css
<style>
span { border-color: #4350CE; }
span { border-color: rgb(67,80,206); }
td.TdClassName
{
border-color: #4350CE;
}
.TagClassName
{
border-color: #4350CE;
}
</style>