Shades of Free Speech Blue #433BDC
Tints of Free Speech Blue #433BDC
RGB
CMYK
RGB Variations
Color information
#433BDC (or 0x433BDC) is known color: Free Speech Blue. HEX triplet: 43, 3B and DC. RGB value is (67,59,220). Sum of RGB (Red+Green+Blue) = 67+59+220=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #433BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433BDC is #BCC423. Grayscale: #4F4F4F. Windows color (decimal): -12370980 or 14433091. OLE color: 14433091.
HSL color Cylindrical-coordinate representation of color #433BDC: hue angle of 242.98º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #433BDC is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 59 | 220 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.14 |
| HSL | 242.98º | 0.7% | 0.55% | - |
| HSV(B) | 242.98º | 0.73% | 0.86% | - |
| XYZ | 16.8 | 9.49 | 68.66 | - |
| YUV | 79.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 220 | 0.70 | 0.73 | 0 | 0.14 | 242.98 | 0.7 | 0.55 |
| Hex | 43 | 3B | DC | 46 | 49 | 0 | E | F3 | 46 | 37 |
| Octal | 103 | 73 | 334 | 106 | 111 | 0 | 16 | 363 | 106 | 67 |
| Binary | 1000011 | 111011 | 11011100 | 1000110 | 1001001 | 0 | 1110 | 11110011 | 1000110 | 110111 |
Color Harmonies of #433BDC
Complementary color
Monochromatic Colors of #433BDC
Black with #433BDC
Text Example
Text Example
White with #433BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433BDC; }
p { color: rgb(67,59,220); }
H1.HeaderClassName
{
color: #433BDC;
}
.AnyTagClassName
{
color: #433BDC;
}
</style>
background-color css
<style>
a { background-color: #433BDC; }
a { background-color: rgb(67,59,220); }
div.DivClassName
{
background-color: #433BDC;
}
.BgClassName
{
background-color: #433BDC;
}
</style>
border-color css
<style>
span { border-color: #433BDC; }
span { border-color: rgb(67,59,220); }
td.TdClassName
{
border-color: #433BDC;
}
.TagClassName
{
border-color: #433BDC;
}
</style>