Shades of Free Speech Blue #433DDD
Tints of Free Speech Blue #433DDD
RGB
CMYK
RGB Variations
Color information
#433DDD (or 0x433DDD) is known color: Free Speech Blue. HEX triplet: 43, 3D and DD. RGB value is (67,61,221). Sum of RGB (Red+Green+Blue) = 67+61+221=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #433DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433DDD is #BCC222. Grayscale: #505050. Windows color (decimal): -12370467 or 14499139. OLE color: 14499139.
HSL color Cylindrical-coordinate representation of color #433DDD: hue angle of 242.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #433DDD is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 61 | 221 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.13 |
| HSL | 242.25º | 0.7% | 0.55% | - |
| HSV(B) | 242.25º | 0.72% | 0.87% | - |
| XYZ | 17.03 | 9.75 | 69.39 | - |
| YUV | 81.03 | 206.99 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 221 | 0.70 | 0.72 | 0 | 0.13 | 242.25 | 0.7 | 0.55 |
| Hex | 43 | 3D | DD | 46 | 48 | 0 | D | F2 | 46 | 37 |
| Octal | 103 | 75 | 335 | 106 | 110 | 0 | 15 | 362 | 106 | 67 |
| Binary | 1000011 | 111101 | 11011101 | 1000110 | 1001000 | 0 | 1101 | 11110010 | 1000110 | 110111 |
Color Harmonies of #433DDD
Complementary color
Monochromatic Colors of #433DDD
Black with #433DDD
Text Example
Text Example
White with #433DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433DDD; }
p { color: rgb(67,61,221); }
H1.HeaderClassName
{
color: #433DDD;
}
.AnyTagClassName
{
color: #433DDD;
}
</style>
background-color css
<style>
a { background-color: #433DDD; }
a { background-color: rgb(67,61,221); }
div.DivClassName
{
background-color: #433DDD;
}
.BgClassName
{
background-color: #433DDD;
}
</style>
border-color css
<style>
span { border-color: #433DDD; }
span { border-color: rgb(67,61,221); }
td.TdClassName
{
border-color: #433DDD;
}
.TagClassName
{
border-color: #433DDD;
}
</style>