Shades of Free Speech Blue #433FC6
Tints of Free Speech Blue #433FC6
RGB
CMYK
RGB Variations
Color information
#433FC6 (or 0x433FC6) is known color: Free Speech Blue. HEX triplet: 43, 3F and C6. RGB value is (67,63,198). Sum of RGB (Red+Green+Blue) = 67+63+198=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 198 (77.73% from 255 or 60.37% from 328); Max value from RGB is 198 - color contains mainly: blue. Hex color #433FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433FC6 is #BCC039. Grayscale: #4F4F4F. Windows color (decimal): -12369978 or 12992323. OLE color: 12992323.
HSL color Cylindrical-coordinate representation of color #433FC6: hue angle of 241.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #433FC6 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 63 | 198 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.22 |
| HSL | 241.78º | 0.54% | 0.51% | - |
| HSV(B) | 241.78º | 0.68% | 0.78% | - |
| XYZ | 14.29 | 8.83 | 54.38 | - |
| YUV | 79.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 198 | 0.66 | 0.68 | 0 | 0.22 | 241.78 | 0.54 | 0.51 |
| Hex | 43 | 3F | C6 | 42 | 44 | 0 | 16 | F2 | 36 | 33 |
| Octal | 103 | 77 | 306 | 102 | 104 | 0 | 26 | 362 | 66 | 63 |
| Binary | 1000011 | 111111 | 11000110 | 1000010 | 1000100 | 0 | 10110 | 11110010 | 110110 | 110011 |
Color Harmonies of #433FC6
Complementary color
Monochromatic Colors of #433FC6
Black with #433FC6
Text Example
Text Example
White with #433FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433FC6; }
p { color: rgb(67,63,198); }
H1.HeaderClassName
{
color: #433FC6;
}
.AnyTagClassName
{
color: #433FC6;
}
</style>
background-color css
<style>
a { background-color: #433FC6; }
a { background-color: rgb(67,63,198); }
div.DivClassName
{
background-color: #433FC6;
}
.BgClassName
{
background-color: #433FC6;
}
</style>
border-color css
<style>
span { border-color: #433FC6; }
span { border-color: rgb(67,63,198); }
td.TdClassName
{
border-color: #433FC6;
}
.TagClassName
{
border-color: #433FC6;
}
</style>