Shades of Free Speech Blue #4335D0
Tints of Free Speech Blue #4335D0
RGB
CMYK
RGB Variations
Color information
#4335D0 (or 0x4335D0) is known color: Free Speech Blue. HEX triplet: 43, 35 and D0. RGB value is (67,53,208). Sum of RGB (Red+Green+Blue) = 67+53+208=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 208 (81.64% from 255 or 63.41% from 328); Max value from RGB is 208 - color contains mainly: blue. Hex color #4335D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4335D0 is #BCCA2F. Grayscale: #4A4A4A. Windows color (decimal): -12372528 or 13645123. OLE color: 13645123.
HSL color Cylindrical-coordinate representation of color #4335D0: hue angle of 245.42º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4335D0 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 53 | 208 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.18 |
| HSL | 245.42º | 0.62% | 0.51% | - |
| HSV(B) | 245.42º | 0.75% | 0.82% | - |
| XYZ | 14.97 | 8.29 | 60.49 | - |
| YUV | 74.86 | 203.14 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 208 | 0.68 | 0.75 | 0 | 0.18 | 245.42 | 0.62 | 0.51 |
| Hex | 43 | 35 | D0 | 44 | 4B | 0 | 12 | F5 | 3E | 33 |
| Octal | 103 | 65 | 320 | 104 | 113 | 0 | 22 | 365 | 76 | 63 |
| Binary | 1000011 | 110101 | 11010000 | 1000100 | 1001011 | 0 | 10010 | 11110101 | 111110 | 110011 |
Color Harmonies of #4335D0
Complementary color
Monochromatic Colors of #4335D0
Black with #4335D0
Text Example
Text Example
White with #4335D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4335D0; }
p { color: rgb(67,53,208); }
H1.HeaderClassName
{
color: #4335D0;
}
.AnyTagClassName
{
color: #4335D0;
}
</style>
background-color css
<style>
a { background-color: #4335D0; }
a { background-color: rgb(67,53,208); }
div.DivClassName
{
background-color: #4335D0;
}
.BgClassName
{
background-color: #4335D0;
}
</style>
border-color css
<style>
span { border-color: #4335D0; }
span { border-color: rgb(67,53,208); }
td.TdClassName
{
border-color: #4335D0;
}
.TagClassName
{
border-color: #4335D0;
}
</style>