Shades of Free Speech Blue #433BC1
Tints of Free Speech Blue #433BC1
RGB
CMYK
RGB Variations
Color information
#433BC1 (or 0x433BC1) is known color: Free Speech Blue. HEX triplet: 43, 3B and C1. RGB value is (67,59,193). Sum of RGB (Red+Green+Blue) = 67+59+193=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #433BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433BC1 is #BCC43E. Grayscale: #4C4C4C. Windows color (decimal): -12371007 or 12663619. OLE color: 12663619.
HSL color Cylindrical-coordinate representation of color #433BC1: hue angle of 243.58º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #433BC1 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 59 | 193 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.24 |
| HSL | 243.58º | 0.53% | 0.49% | - |
| HSV(B) | 243.58º | 0.69% | 0.76% | - |
| XYZ | 13.5 | 8.17 | 51.32 | - |
| YUV | 76.67 | 193.65 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 193 | 0.65 | 0.69 | 0 | 0.24 | 243.58 | 0.53 | 0.49 |
| Hex | 43 | 3B | C1 | 41 | 45 | 0 | 18 | F4 | 35 | 31 |
| Octal | 103 | 73 | 301 | 101 | 105 | 0 | 30 | 364 | 65 | 61 |
| Binary | 1000011 | 111011 | 11000001 | 1000001 | 1000101 | 0 | 11000 | 11110100 | 110101 | 110001 |
Color Harmonies of #433BC1
Complementary color
Monochromatic Colors of #433BC1
Black with #433BC1
Text Example
Text Example
White with #433BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433BC1; }
p { color: rgb(67,59,193); }
H1.HeaderClassName
{
color: #433BC1;
}
.AnyTagClassName
{
color: #433BC1;
}
</style>
background-color css
<style>
a { background-color: #433BC1; }
a { background-color: rgb(67,59,193); }
div.DivClassName
{
background-color: #433BC1;
}
.BgClassName
{
background-color: #433BC1;
}
</style>
border-color css
<style>
span { border-color: #433BC1; }
span { border-color: rgb(67,59,193); }
td.TdClassName
{
border-color: #433BC1;
}
.TagClassName
{
border-color: #433BC1;
}
</style>