Shades of Free Speech Blue #4354CE
Tints of Free Speech Blue #4354CE
RGB
CMYK
RGB Variations
Color information
#4354CE (or 0x4354CE) is known color: Free Speech Blue. HEX triplet: 43, 54 and CE. RGB value is (67,84,206). Sum of RGB (Red+Green+Blue) = 67+84+206=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #4354CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4354CE is #BCAB31. Grayscale: #5C5C5C. Windows color (decimal): -12364594 or 13521987. OLE color: 13521987.
HSL color Cylindrical-coordinate representation of color #4354CE: hue angle of 232.66º 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 #4354CE is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 84 | 206 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.19 |
| HSL | 232.66º | 0.59% | 0.54% | - |
| HSV(B) | 232.66º | 0.67% | 0.81% | - |
| XYZ | 16.63 | 11.99 | 59.83 | - |
| YUV | 92.83 | 191.87 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 206 | 0.67 | 0.59 | 0 | 0.19 | 232.66 | 0.59 | 0.54 |
| Hex | 43 | 54 | CE | 43 | 3B | 0 | 13 | E9 | 3B | 36 |
| Octal | 103 | 124 | 316 | 103 | 73 | 0 | 23 | 351 | 73 | 66 |
| Binary | 1000011 | 1010100 | 11001110 | 1000011 | 111011 | 0 | 10011 | 11101001 | 111011 | 110110 |
Color Harmonies of #4354CE
Complementary color
Monochromatic Colors of #4354CE
Black with #4354CE
Text Example
Text Example
White with #4354CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4354CE; }
p { color: rgb(67,84,206); }
H1.HeaderClassName
{
color: #4354CE;
}
.AnyTagClassName
{
color: #4354CE;
}
</style>
background-color css
<style>
a { background-color: #4354CE; }
a { background-color: rgb(67,84,206); }
div.DivClassName
{
background-color: #4354CE;
}
.BgClassName
{
background-color: #4354CE;
}
</style>
border-color css
<style>
span { border-color: #4354CE; }
span { border-color: rgb(67,84,206); }
td.TdClassName
{
border-color: #4354CE;
}
.TagClassName
{
border-color: #4354CE;
}
</style>