Shades of Free Speech Blue #433ADC
Tints of Free Speech Blue #433ADC
RGB
CMYK
RGB Variations
Color information
#433ADC (or 0x433ADC) is known color: Free Speech Blue. HEX triplet: 43, 3A and DC. RGB value is (67,58,220). Sum of RGB (Red+Green+Blue) = 67+58+220=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #433ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433ADC is #BCC523. Grayscale: #4E4E4E. Windows color (decimal): -12371236 or 14432835. OLE color: 14432835.
HSL color Cylindrical-coordinate representation of color #433ADC: hue angle of 243.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #433ADC is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 58 | 220 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.14 |
| HSL | 243.33º | 0.7% | 0.55% | - |
| HSV(B) | 243.33º | 0.74% | 0.86% | - |
| XYZ | 16.75 | 9.39 | 68.64 | - |
| YUV | 79.16 | 207.48 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 58 | 220 | 0.70 | 0.74 | 0 | 0.14 | 243.33 | 0.7 | 0.55 |
| Hex | 43 | 3A | DC | 46 | 4A | 0 | E | F3 | 46 | 37 |
| Octal | 103 | 72 | 334 | 106 | 112 | 0 | 16 | 363 | 106 | 67 |
| Binary | 1000011 | 111010 | 11011100 | 1000110 | 1001010 | 0 | 1110 | 11110011 | 1000110 | 110111 |
Color Harmonies of #433ADC
Complementary color
Monochromatic Colors of #433ADC
Black with #433ADC
Text Example
Text Example
White with #433ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433ADC; }
p { color: rgb(67,58,220); }
H1.HeaderClassName
{
color: #433ADC;
}
.AnyTagClassName
{
color: #433ADC;
}
</style>
background-color css
<style>
a { background-color: #433ADC; }
a { background-color: rgb(67,58,220); }
div.DivClassName
{
background-color: #433ADC;
}
.BgClassName
{
background-color: #433ADC;
}
</style>
border-color css
<style>
span { border-color: #433ADC; }
span { border-color: rgb(67,58,220); }
td.TdClassName
{
border-color: #433ADC;
}
.TagClassName
{
border-color: #433ADC;
}
</style>