Shades of Free Speech Blue #4356D3
Tints of Free Speech Blue #4356D3
RGB
CMYK
RGB Variations
Color information
#4356D3 (or 0x4356D3) is known color: Free Speech Blue. HEX triplet: 43, 56 and D3. RGB value is (67,86,211). Sum of RGB (Red+Green+Blue) = 67+86+211=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 211 (82.81% from 255 or 57.97% from 364); Max value from RGB is 211 - color contains mainly: blue. Hex color #4356D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4356D3 is #BCA92C. Grayscale: #5E5E5E. Windows color (decimal): -12364077 or 13850179. OLE color: 13850179.
HSL color Cylindrical-coordinate representation of color #4356D3: hue angle of 232.08º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4356D3 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 86 | 211 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.17 |
| HSL | 232.08º | 0.62% | 0.55% | - |
| HSV(B) | 232.08º | 0.68% | 0.83% | - |
| XYZ | 17.4 | 12.55 | 63.13 | - |
| YUV | 94.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 86 | 211 | 0.68 | 0.59 | 0 | 0.17 | 232.08 | 0.62 | 0.55 |
| Hex | 43 | 56 | D3 | 44 | 3B | 0 | 11 | E8 | 3E | 37 |
| Octal | 103 | 126 | 323 | 104 | 73 | 0 | 21 | 350 | 76 | 67 |
| Binary | 1000011 | 1010110 | 11010011 | 1000100 | 111011 | 0 | 10001 | 11101000 | 111110 | 110111 |
Color Harmonies of #4356D3
Complementary color
Monochromatic Colors of #4356D3
Black with #4356D3
Text Example
Text Example
White with #4356D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4356D3; }
p { color: rgb(67,86,211); }
H1.HeaderClassName
{
color: #4356D3;
}
.AnyTagClassName
{
color: #4356D3;
}
</style>
background-color css
<style>
a { background-color: #4356D3; }
a { background-color: rgb(67,86,211); }
div.DivClassName
{
background-color: #4356D3;
}
.BgClassName
{
background-color: #4356D3;
}
</style>
border-color css
<style>
span { border-color: #4356D3; }
span { border-color: rgb(67,86,211); }
td.TdClassName
{
border-color: #4356D3;
}
.TagClassName
{
border-color: #4356D3;
}
</style>