Shades of Free Speech Blue #433FC1
Tints of Free Speech Blue #433FC1
RGB
CMYK
RGB Variations
Color information
#433FC1 (or 0x433FC1) is known color: Free Speech Blue. HEX triplet: 43, 3F and C1. RGB value is (67,63,193). Sum of RGB (Red+Green+Blue) = 67+63+193=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #433FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433FC1 is #BCC03E. Grayscale: #4E4E4E. Windows color (decimal): -12369983 or 12664643. OLE color: 12664643.
HSL color Cylindrical-coordinate representation of color #433FC1: hue angle of 241.85º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #433FC1 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 63 | 193 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.24 |
| HSL | 241.85º | 0.51% | 0.5% | - |
| HSV(B) | 241.85º | 0.67% | 0.76% | - |
| XYZ | 13.72 | 8.6 | 51.39 | - |
| YUV | 79.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 193 | 0.65 | 0.67 | 0 | 0.24 | 241.85 | 0.51 | 0.5 |
| Hex | 43 | 3F | C1 | 41 | 43 | 0 | 18 | F2 | 33 | 32 |
| Octal | 103 | 77 | 301 | 101 | 103 | 0 | 30 | 362 | 63 | 62 |
| Binary | 1000011 | 111111 | 11000001 | 1000001 | 1000011 | 0 | 11000 | 11110010 | 110011 | 110010 |
Color Harmonies of #433FC1
Complementary color
Monochromatic Colors of #433FC1
Black with #433FC1
Text Example
Text Example
White with #433FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433FC1; }
p { color: rgb(67,63,193); }
H1.HeaderClassName
{
color: #433FC1;
}
.AnyTagClassName
{
color: #433FC1;
}
</style>
background-color css
<style>
a { background-color: #433FC1; }
a { background-color: rgb(67,63,193); }
div.DivClassName
{
background-color: #433FC1;
}
.BgClassName
{
background-color: #433FC1;
}
</style>
border-color css
<style>
span { border-color: #433FC1; }
span { border-color: rgb(67,63,193); }
td.TdClassName
{
border-color: #433FC1;
}
.TagClassName
{
border-color: #433FC1;
}
</style>