Shades of Free Speech Blue #4366C3
Tints of Free Speech Blue #4366C3
RGB
CMYK
RGB Variations
Color information
#4366C3 (or 0x4366C3) is known color: Free Speech Blue. HEX triplet: 43, 66 and C3. RGB value is (67,102,195). Sum of RGB (Red+Green+Blue) = 67+102+195=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 195 (76.56% from 255 or 53.57% from 364); Max value from RGB is 195 - color contains mainly: blue. Hex color #4366C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4366C3 is #BC993C. Grayscale: #656565. Windows color (decimal): -12359997 or 12805699. OLE color: 12805699.
HSL color Cylindrical-coordinate representation of color #4366C3: hue angle of 223.59º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4366C3 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 102 | 195 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.24 |
| HSL | 223.59º | 0.52% | 0.51% | - |
| HSV(B) | 223.59º | 0.66% | 0.76% | - |
| XYZ | 16.92 | 14.64 | 53.56 | - |
| YUV | 102.14 | 180.4 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 102 | 195 | 0.66 | 0.48 | 0 | 0.24 | 223.59 | 0.52 | 0.51 |
| Hex | 43 | 66 | C3 | 42 | 30 | 0 | 18 | E0 | 34 | 33 |
| Octal | 103 | 146 | 303 | 102 | 60 | 0 | 30 | 340 | 64 | 63 |
| Binary | 1000011 | 1100110 | 11000011 | 1000010 | 110000 | 0 | 11000 | 11100000 | 110100 | 110011 |
Color Harmonies of #4366C3
Complementary color
Monochromatic Colors of #4366C3
Black with #4366C3
Text Example
Text Example
White with #4366C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4366C3; }
p { color: rgb(67,102,195); }
H1.HeaderClassName
{
color: #4366C3;
}
.AnyTagClassName
{
color: #4366C3;
}
</style>
background-color css
<style>
a { background-color: #4366C3; }
a { background-color: rgb(67,102,195); }
div.DivClassName
{
background-color: #4366C3;
}
.BgClassName
{
background-color: #4366C3;
}
</style>
border-color css
<style>
span { border-color: #4366C3; }
span { border-color: rgb(67,102,195); }
td.TdClassName
{
border-color: #4366C3;
}
.TagClassName
{
border-color: #4366C3;
}
</style>