Shades of Free Speech Blue #433ED1
Tints of Free Speech Blue #433ED1
RGB
CMYK
RGB Variations
Color information
#433ED1 (or 0x433ED1) is known color: Free Speech Blue. HEX triplet: 43, 3E and D1. RGB value is (67,62,209). Sum of RGB (Red+Green+Blue) = 67+62+209=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #433ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433ED1 is #BCC12E. Grayscale: #4F4F4F. Windows color (decimal): -12370223 or 13712963. OLE color: 13712963.
HSL color Cylindrical-coordinate representation of color #433ED1: hue angle of 242.04º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #433ED1 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 62 | 209 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.18 |
| HSL | 242.04º | 0.62% | 0.53% | - |
| HSV(B) | 242.04º | 0.7% | 0.82% | - |
| XYZ | 15.55 | 9.24 | 61.29 | - |
| YUV | 80.25 | 200.66 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 62 | 209 | 0.68 | 0.70 | 0 | 0.18 | 242.04 | 0.62 | 0.53 |
| Hex | 43 | 3E | D1 | 44 | 46 | 0 | 12 | F2 | 3E | 35 |
| Octal | 103 | 76 | 321 | 104 | 106 | 0 | 22 | 362 | 76 | 65 |
| Binary | 1000011 | 111110 | 11010001 | 1000100 | 1000110 | 0 | 10010 | 11110010 | 111110 | 110101 |
Color Harmonies of #433ED1
Complementary color
Monochromatic Colors of #433ED1
Black with #433ED1
Text Example
Text Example
White with #433ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433ED1; }
p { color: rgb(67,62,209); }
H1.HeaderClassName
{
color: #433ED1;
}
.AnyTagClassName
{
color: #433ED1;
}
</style>
background-color css
<style>
a { background-color: #433ED1; }
a { background-color: rgb(67,62,209); }
div.DivClassName
{
background-color: #433ED1;
}
.BgClassName
{
background-color: #433ED1;
}
</style>
border-color css
<style>
span { border-color: #433ED1; }
span { border-color: rgb(67,62,209); }
td.TdClassName
{
border-color: #433ED1;
}
.TagClassName
{
border-color: #433ED1;
}
</style>