Shades of Free Speech Blue #433DDA
Tints of Free Speech Blue #433DDA
RGB
CMYK
RGB Variations
Color information
#433DDA (or 0x433DDA) is known color: Free Speech Blue. HEX triplet: 43, 3D and DA. RGB value is (67,61,218). Sum of RGB (Red+Green+Blue) = 67+61+218=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #433DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433DDA is #BCC225. Grayscale: #505050. Windows color (decimal): -12370470 or 14302531. OLE color: 14302531.
HSL color Cylindrical-coordinate representation of color #433DDA: hue angle of 242.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #433DDA is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 61 | 218 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.15 |
| HSL | 242.29º | 0.68% | 0.55% | - |
| HSV(B) | 242.29º | 0.72% | 0.85% | - |
| XYZ | 16.64 | 9.59 | 67.3 | - |
| YUV | 80.69 | 205.49 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 218 | 0.69 | 0.72 | 0 | 0.15 | 242.29 | 0.68 | 0.55 |
| Hex | 43 | 3D | DA | 45 | 48 | 0 | F | F2 | 44 | 37 |
| Octal | 103 | 75 | 332 | 105 | 110 | 0 | 17 | 362 | 104 | 67 |
| Binary | 1000011 | 111101 | 11011010 | 1000101 | 1001000 | 0 | 1111 | 11110010 | 1000100 | 110111 |
Color Harmonies of #433DDA
Complementary color
Monochromatic Colors of #433DDA
Black with #433DDA
Text Example
Text Example
White with #433DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433DDA; }
p { color: rgb(67,61,218); }
H1.HeaderClassName
{
color: #433DDA;
}
.AnyTagClassName
{
color: #433DDA;
}
</style>
background-color css
<style>
a { background-color: #433DDA; }
a { background-color: rgb(67,61,218); }
div.DivClassName
{
background-color: #433DDA;
}
.BgClassName
{
background-color: #433DDA;
}
</style>
border-color css
<style>
span { border-color: #433DDA; }
span { border-color: rgb(67,61,218); }
td.TdClassName
{
border-color: #433DDA;
}
.TagClassName
{
border-color: #433DDA;
}
</style>