Shades of Free Speech Blue #433EBD
Tints of Free Speech Blue #433EBD
RGB
CMYK
RGB Variations
Color information
#433EBD (or 0x433EBD) is known color: Free Speech Blue. HEX triplet: 43, 3E and BD. RGB value is (67,62,189). Sum of RGB (Red+Green+Blue) = 67+62+189=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #433EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433EBD is #BCC142. Grayscale: #4D4D4D. Windows color (decimal): -12370243 or 12402243. OLE color: 12402243.
HSL color Cylindrical-coordinate representation of color #433EBD: hue angle of 242.36º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #433EBD is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 62 | 189 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.26 |
| HSL | 242.36º | 0.51% | 0.49% | - |
| HSV(B) | 242.36º | 0.67% | 0.74% | - |
| XYZ | 13.22 | 8.31 | 49.05 | - |
| YUV | 77.97 | 190.66 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 62 | 189 | 0.65 | 0.67 | 0 | 0.26 | 242.36 | 0.51 | 0.49 |
| Hex | 43 | 3E | BD | 41 | 43 | 0 | 1A | F2 | 33 | 31 |
| Octal | 103 | 76 | 275 | 101 | 103 | 0 | 32 | 362 | 63 | 61 |
| Binary | 1000011 | 111110 | 10111101 | 1000001 | 1000011 | 0 | 11010 | 11110010 | 110011 | 110001 |
Color Harmonies of #433EBD
Complementary color
Monochromatic Colors of #433EBD
Black with #433EBD
Text Example
Text Example
White with #433EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433EBD; }
p { color: rgb(67,62,189); }
H1.HeaderClassName
{
color: #433EBD;
}
.AnyTagClassName
{
color: #433EBD;
}
</style>
background-color css
<style>
a { background-color: #433EBD; }
a { background-color: rgb(67,62,189); }
div.DivClassName
{
background-color: #433EBD;
}
.BgClassName
{
background-color: #433EBD;
}
</style>
border-color css
<style>
span { border-color: #433EBD; }
span { border-color: rgb(67,62,189); }
td.TdClassName
{
border-color: #433EBD;
}
.TagClassName
{
border-color: #433EBD;
}
</style>