Shades of Free Speech Blue #433FCD
Tints of Free Speech Blue #433FCD
RGB
CMYK
RGB Variations
Color information
#433FCD (or 0x433FCD) is known color: Free Speech Blue. HEX triplet: 43, 3F and CD. RGB value is (67,63,205). Sum of RGB (Red+Green+Blue) = 67+63+205=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #433FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433FCD is #BCC032. Grayscale: #4F4F4F. Windows color (decimal): -12369971 or 13451075. OLE color: 13451075.
HSL color Cylindrical-coordinate representation of color #433FCD: hue angle of 241.69º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #433FCD is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 63 | 205 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.20 |
| HSL | 241.69º | 0.59% | 0.53% | - |
| HSV(B) | 241.69º | 0.69% | 0.8% | - |
| XYZ | 15.11 | 9.16 | 58.73 | - |
| YUV | 80.38 | 198.33 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 205 | 0.67 | 0.69 | 0 | 0.20 | 241.69 | 0.59 | 0.53 |
| Hex | 43 | 3F | CD | 43 | 45 | 0 | 14 | F2 | 3B | 35 |
| Octal | 103 | 77 | 315 | 103 | 105 | 0 | 24 | 362 | 73 | 65 |
| Binary | 1000011 | 111111 | 11001101 | 1000011 | 1000101 | 0 | 10100 | 11110010 | 111011 | 110101 |
Color Harmonies of #433FCD
Complementary color
Monochromatic Colors of #433FCD
Black with #433FCD
Text Example
Text Example
White with #433FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433FCD; }
p { color: rgb(67,63,205); }
H1.HeaderClassName
{
color: #433FCD;
}
.AnyTagClassName
{
color: #433FCD;
}
</style>
background-color css
<style>
a { background-color: #433FCD; }
a { background-color: rgb(67,63,205); }
div.DivClassName
{
background-color: #433FCD;
}
.BgClassName
{
background-color: #433FCD;
}
</style>
border-color css
<style>
span { border-color: #433FCD; }
span { border-color: rgb(67,63,205); }
td.TdClassName
{
border-color: #433FCD;
}
.TagClassName
{
border-color: #433FCD;
}
</style>