Shades of Free Speech Blue #4336C0
Tints of Free Speech Blue #4336C0
RGB
CMYK
RGB Variations
Color information
#4336C0 (or 0x4336C0) is known color: Free Speech Blue. HEX triplet: 43, 36 and C0. RGB value is (67,54,192). Sum of RGB (Red+Green+Blue) = 67+54+192=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 192 (75.39% from 255 or 61.34% from 313); Max value from RGB is 192 - color contains mainly: blue. Hex color #4336C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4336C0 is #BCC93F. Grayscale: #494949. Windows color (decimal): -12372288 or 12596803. OLE color: 12596803.
HSL color Cylindrical-coordinate representation of color #4336C0: hue angle of 245.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4336C0 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 54 | 192 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.25 |
| HSL | 245.65º | 0.56% | 0.48% | - |
| HSV(B) | 245.65º | 0.72% | 0.75% | - |
| XYZ | 13.15 | 7.64 | 50.65 | - |
| YUV | 73.62 | 194.81 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 192 | 0.65 | 0.72 | 0 | 0.25 | 245.65 | 0.56 | 0.48 |
| Hex | 43 | 36 | C0 | 41 | 48 | 0 | 19 | F6 | 38 | 30 |
| Octal | 103 | 66 | 300 | 101 | 110 | 0 | 31 | 366 | 70 | 60 |
| Binary | 1000011 | 110110 | 11000000 | 1000001 | 1001000 | 0 | 11001 | 11110110 | 111000 | 110000 |
Color Harmonies of #4336C0
Complementary color
Monochromatic Colors of #4336C0
Black with #4336C0
Text Example
Text Example
White with #4336C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4336C0; }
p { color: rgb(67,54,192); }
H1.HeaderClassName
{
color: #4336C0;
}
.AnyTagClassName
{
color: #4336C0;
}
</style>
background-color css
<style>
a { background-color: #4336C0; }
a { background-color: rgb(67,54,192); }
div.DivClassName
{
background-color: #4336C0;
}
.BgClassName
{
background-color: #4336C0;
}
</style>
border-color css
<style>
span { border-color: #4336C0; }
span { border-color: rgb(67,54,192); }
td.TdClassName
{
border-color: #4336C0;
}
.TagClassName
{
border-color: #4336C0;
}
</style>